diff options
author | Sam Potts <me@sampotts.me> | 2015-02-27 12:19:41 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-02-27 12:19:41 +1100 |
commit | d78466969981efb1b153ad030c9b35b593909f91 (patch) | |
tree | 121fe4af609b26a0b08307cfc6e2cc29dd963ef7 /index.html | |
parent | ba340172ee9ad24ea794f59762ce263333a59c86 (diff) | |
download | plyr-d78466969981efb1b153ad030c9b35b593909f91.tar.lz plyr-d78466969981efb1b153ad030c9b35b593909f91.tar.xz plyr-d78466969981efb1b153ad030c9b35b593909f91.zip |
Updated docs/examples to use new CDN
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -20,17 +20,17 @@ <section class="example-video"> <div class="player"> - <video poster="//cdn.sampotts.me/plyr/poster.jpg" controls crossorigin> + <video poster="//cdn.selz.com/plyr/1.0/poster.jpg" controls crossorigin> <!-- Video files --> - <source src="//cdn.sampotts.me/plyr/movie.mp4" type="video/mp4"> - <source src="//cdn.sampotts.me/plyr/movie.webm" type="video/webm"> + <source src="//cdn.selz.com/plyr/1.0/movie.mp4" type="video/mp4"> + <source src="//cdn.selz.com/plyr/1.0/movie.webm" type="video/webm"> <!-- Text track file --> - <track kind="captions" label="English" srclang="en" src="//cdn.sampotts.me/plyr/movie_en_captions.vtt" default> + <track kind="captions" label="English" srclang="en" src="//cdn.selz.com/plyr/1.0/movie_en_captions.vtt" default> <!-- Fallback for browsers that don't support the <video> element --> <div> - <a href="//cdn.sampotts.me/plyr/movie.mp4">Download</a> + <a href="//cdn.selz.com/plyr/1.0/movie.mp4">Download</a> </div> </video> </div> @@ -41,12 +41,12 @@ <div class="player"> <audio controls> <!-- Audio files --> - <source src="//cdn.sampotts.me/plyr/logistics-96-sample.mp3" type="audio/mp3"> - <source src="//cdn.sampotts.me/plyr/logistics-96-sample.ogg" type="application/ogg"> + <source src="//cdn.selz.com/plyr/1.0/logistics-96-sample.mp3" type="audio/mp3"> + <source src="//cdn.selz.com/plyr/1.0/logistics-96-sample.ogg" type="audio/ogg"> <!-- Fallback for browsers that don't support the <audio> element --> <div> - <a href="//cdn.sampotts.me/plyr/logistics-96-sample.mp3">Download</a> + <a href="//cdn.selz.com/plyr/1.0/logistics-96-sample.mp3">Download</a> </div> </audio> </div> |