diff options
author | Sam Potts <me@sampotts.me> | 2017-03-28 00:12:33 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2017-03-28 00:12:33 +1100 |
commit | 18bf4d84b9dc087540aa0de633e1e6eb107e2b42 (patch) | |
tree | cdd46a09d53cd9d805b9a6850a1d0b265de59ddc /demo/index.html | |
parent | ef1d73df15cf349ac4f87e83635fda0325d4913c (diff) | |
download | plyr-18bf4d84b9dc087540aa0de633e1e6eb107e2b42.tar.lz plyr-18bf4d84b9dc087540aa0de633e1e6eb107e2b42.tar.xz plyr-18bf4d84b9dc087540aa0de633e1e6eb107e2b42.zip |
Menu creation (WIP)
Diffstat (limited to 'demo/index.html')
-rw-r--r-- | demo/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/demo/index.html b/demo/index.html index c8aa7d0e..47420cdb 100644 --- a/demo/index.html +++ b/demo/index.html @@ -51,10 +51,9 @@ </ul> </nav> <section> - <video poster="https://cdn.selz.com/plyr/1.5/View_From_A_Blue_Moon_Trailer-HD.jpg" controls> + <video poster="https://cdn.selz.com/plyr/1.5/View_From_A_Blue_Moon_Trailer-HD.jpg" controls crossorigin> <!-- 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="webvtt/View_From_A_Blue_Moon_Trailer-HD.en.vtt" default> |