We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c30351 commit f3abdd1Copy full SHA for f3abdd1
example.html
@@ -2,9 +2,9 @@
2
<html>
3
<head>
4
<title>Error Plugin Example</title>
5
- <link href="lib/video-js/video-js.css" rel="stylesheet">
+ <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>
7
<link href="videojs.errors.css" rel="stylesheet">
- <script src="lib/video-js/video.js"></script>
8
</head>
9
<body>
10
<video id="video" class="video-js vjs-default-skin" controls
0 commit comments