diff options
author | Sam <me@sampotts.me> | 2016-10-01 22:07:01 +1000 |
---|---|---|
committer | Sam <me@sampotts.me> | 2016-10-01 22:07:01 +1000 |
commit | eba083153845a472629d3010bc8e348e34ecc4c9 (patch) | |
tree | 7a29f43424b7d904eb68bdfb4999bee5150486aa /demo/index.html | |
parent | 1ad103c29fd5c92fc05c6a6d85c9d74e61b0fb54 (diff) | |
download | plyr-eba083153845a472629d3010bc8e348e34ecc4c9.tar.lz plyr-eba083153845a472629d3010bc8e348e34ecc4c9.tar.xz plyr-eba083153845a472629d3010bc8e348e34ecc4c9.zip |
Manually merged #385
Diffstat (limited to 'demo/index.html')
-rw-r--r-- | demo/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/demo/index.html b/demo/index.html index 0c9b83af..5c9a6166 100644 --- a/demo/index.html +++ b/demo/index.html @@ -51,13 +51,14 @@ </ul> </nav> <section> - <video poster="https://cdn.selz.com/plyr/1.5/View_From_A_Blue_Moon_Trailer-HD.jpg" controls crossorigin> + <video poster="https://cdn.selz.com/plyr/1.5/View_From_A_Blue_Moon_Trailer-HD.jpg" controls> <!-- Video files --> <source src="https://cdn.selz.com/plyr/1.5/View_From_A_Blue_Moon_Trailer-HD.mp4" type="video/mp4"> <source src="https://cdn.selz.com/plyr/1.5/View_From_A_Blue_Moon_Trailer-HD.webm" type="video/webm"> <!-- Text track file --> - <track kind="captions" label="English" srclang="en" src="https://cdn.selz.com/plyr/1.5/View_From_A_Blue_Moon_Trailer-HD.en.vtt" default> + <track kind="captions" label="English" srclang="en" src="webvtt/View_From_A_Blue_Moon_Trailer-HD.en.vtt" default> + <track kind="captions" label="Français" srclang="fr" src="webvtt/View_From_A_Blue_Moon_Trailer-HD.fr.vtt" default> <!-- Fallback for browsers that don't support the <video> element --> <a href="https://cdn.selz.com/plyr/1.5/View_From_A_Blue_Moon_Trailer-HD.mp4" download>Download</a> |