Skip to content

Commit cee69eb

Browse files
committed
Change example page vjs to cdn
1 parent 03aa2b4 commit cee69eb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

example.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<title>Video.js Transcript</title>
66

7-
<link href="node_modules/video.js/dist/video-js/video-js.css" rel="stylesheet">
7+
<link href="//vjs.zencdn.net/4.9/video-js.css" rel="stylesheet">
88
<link href="css/videojs-transcript.css" title="Example 1" rel="stylesheet">
99
<link href="css/videojs-transcript2.css" title="Example 2" rel="alternate stylesheet">
1010
<link href="css/videojs-transcript3.css" title="Example 3" rel="alternate stylesheet">
@@ -23,7 +23,7 @@
2323
margin: 40px auto;
2424
}
2525
</style>
26-
<script src="node_modules/video.js/dist/video-js/video.js"></script>
26+
<script src="//vjs.zencdn.net/4.9/video.js"></script>
2727
<script src="dist/videojs-transcript.js"></script>
2828
</head>
2929
<body>
@@ -42,8 +42,8 @@
4242
<p>
4343
Your browser doesn't support video. Please <a href="http://browsehappy.com/">upgrade your browser</a> to see the example.
4444
</p>
45-
<source src="//www.openbeelden.nl/files/92/104101.ed_hd.mp4" type="video/mp4">
46-
<source src="//www.openbeelden.nl/files/92/104105.ed_hd.webm" type="video/webm">
45+
<source src="http://www.openbeelden.nl/files/92/104101.ed_hd.mp4" type="video/mp4">
46+
<source src="http://www.openbeelden.nl/files/92/104105.ed_hd.webm" type="video/webm">
4747
<track kind="captions" src="captions/captions.en.srt" srclang="en" label="English" default>
4848
<track kind="captions" src="captions/captions.sv.srt" srclang="sv" label="Swedish">
4949
<track kind="captions" src="captions/captions.ru.srt" srclang="ru" label="Russian">

0 commit comments

Comments
 (0)