diff options
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> |