Skip to content

Commit

Permalink
chore(docs): Use Elephants Dream video files from CDN for docs/exampl…
Browse files Browse the repository at this point in the history
…es/elephantsdream/ (#4181)
  • Loading branch information
OwenEdwards authored and gkatsev committed Mar 13, 2017
1 parent c829fcf commit af1c6e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples/elephantsdream/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
useful way! -->
<video id="example_video_1" class="video-js vjs-default-skin" controls preload="none" width="640" height="360"
data-setup='{ "html5" : { "nativeTextTracks" : false } }'>
<source src="https://archive.org/download/ElephantsDream/ed_hd.mp4" type="video/mp4">
<source src="https://archive.org/download/ElephantsDream/ed_hd.ogv" type="video/ogv">
<source src="//d2zihajmogu5jn.cloudfront.net/elephantsdream/ed_hd.mp4" type="video/mp4">
<source src="//d2zihajmogu5jn.cloudfront.net/elephantsdream/ed_hd.ogg" type="video/ogg">

<track kind="captions" src="captions.en.vtt" srclang="en" label="English" default></track><!-- Tracks need an ending tag thanks to IE9 -->
<track kind="captions" src="captions.sv.vtt" srclang="sv" label="Swedish"></track>
Expand Down

0 comments on commit af1c6e3

Please sign in to comment.