Skip to content

Commit

Permalink
Change example page vjs to cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
walsh9 committed Oct 11, 2014
1 parent 03aa2b4 commit cee69eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions example.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>Video.js Transcript</title>

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

0 comments on commit cee69eb

Please sign in to comment.