Skip to content

Commit f3abdd1

Browse files
committed
Source video.js from zencdn
Use the official video.js 4.0 URL from zencoder in the example page.
1 parent 7c30351 commit f3abdd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<html>
33
<head>
44
<title>Error Plugin Example</title>
5-
<link href="lib/video-js/video-js.css" rel="stylesheet">
5+
<link href="http://vjs.zencdn.net/4.0/video-js.css" rel="stylesheet">
6+
<script src="http://vjs.zencdn.net/4.0/video.js"></script>
67
<link href="videojs.errors.css" rel="stylesheet">
7-
<script src="lib/video-js/video.js"></script>
88
</head>
99
<body>
1010
<video id="video" class="video-js vjs-default-skin" controls

0 commit comments

Comments
 (0)