Skip to content

Commit

Permalink
Source video.js from zencdn
Browse files Browse the repository at this point in the history
Use the official video.js 4.0 URL from zencoder in the example page.
  • Loading branch information
dmlap committed May 17, 2013
1 parent 7c30351 commit f3abdd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html>
<head>
<title>Error Plugin Example</title>
<link href="lib/video-js/video-js.css" rel="stylesheet">
<link href="http://vjs.zencdn.net/4.0/video-js.css" rel="stylesheet">
<script src="http://vjs.zencdn.net/4.0/video.js"></script>
<link href="videojs.errors.css" rel="stylesheet">
<script src="lib/video-js/video.js"></script>
</head>
<body>
<video id="video" class="video-js vjs-default-skin" controls
Expand Down

0 comments on commit f3abdd1

Please sign in to comment.