diff options
author | Sam Potts <me@sampotts.me> | 2017-05-16 09:58:53 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2017-05-16 09:58:53 +1000 |
commit | 966c3d875d68a096b6aaa5b86e3b9ae4d93696b5 (patch) | |
tree | c0c69346e14692b8ab7de9ba71b50dc30cec1bca /demo/index.html | |
parent | fe9383bed57e6458fe40c6e1c22402b37987e5de (diff) | |
download | plyr-966c3d875d68a096b6aaa5b86e3b9ae4d93696b5.tar.lz plyr-966c3d875d68a096b6aaa5b86e3b9ae4d93696b5.tar.xz plyr-966c3d875d68a096b6aaa5b86e3b9ae4d93696b5.zip |
Single instance only
Diffstat (limited to 'demo/index.html')
-rw-r--r-- | demo/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/index.html b/demo/index.html index 483e0db6..9877cf3c 100644 --- a/demo/index.html +++ b/demo/index.html @@ -51,7 +51,7 @@ </ul> </nav> <section> - <video poster="https://cdn.selz.com/plyr/1.5/View_From_A_Blue_Moon_Trailer-HD.jpg" controls crossorigin playsinline> + <video controls crossorigin playsinline poster="https://cdn.selz.com/plyr/1.5/View_From_A_Blue_Moon_Trailer-HD.jpg" id="player"> <!-- Video files --> <source src="https://cdn.selz.com/plyr/1.5/View_From_A_Blue_Moon_Trailer-HD.mp4" type="video/mp4"> |