diff options
author | Sam Potts <me@sampotts.me> | 2017-11-20 10:48:28 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2017-11-20 10:48:28 +1100 |
commit | feae00224e90c42228fb76e5b3d3075ab0532b3b (patch) | |
tree | 157763d5eebfa84e2cc89fb1cc01fde042ff940f /demo/index.html | |
parent | dc391c98c6c77479b994dbe7ee00093e1684eea4 (diff) | |
download | plyr-feae00224e90c42228fb76e5b3d3075ab0532b3b.tar.lz plyr-feae00224e90c42228fb76e5b3d3075ab0532b3b.tar.xz plyr-feae00224e90c42228fb76e5b3d3075ab0532b3b.zip |
Added ended and playing getters
Diffstat (limited to 'demo/index.html')
-rw-r--r-- | demo/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demo/index.html b/demo/index.html index ca523f42..6a8ce4ff 100644 --- a/demo/index.html +++ b/demo/index.html @@ -82,9 +82,10 @@ </header> <main> - <video controls crossorigin playsinline loop poster="media/View_From_A_Blue_Moon_Trailer-HD.jpg" id="player"> + <video controls crossorigin playsinline poster="media/View_From_A_Blue_Moon_Trailer-HD.jpg" id="player"> <!-- Video files --> <source src="media/View_From_A_Blue_Moon_Trailer-HD.mp4" type="video/mp4"> + <source src="media/View_From_A_Blue_Moon_Trailer-UHD.mp4" type="video/mp4"> <!-- Text track file --> <track kind="captions" label="English" srclang="en" src="media/View_From_A_Blue_Moon_Trailer-HD.en.vtt" default> |