diff options
author | Sam Potts <sam@potts.es> | 2020-04-19 20:06:58 +1000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2020-04-19 20:06:58 +1000 |
commit | 145f2ae24fc2177cd4b778ccdb9f7a6c46c3ba60 (patch) | |
tree | 580c1da16d63cbf1fcd2ea3065012fdfff810684 /demo | |
parent | 9c7e429b48320f6b021baa2ed23e35a6bd9ceae5 (diff) | |
download | plyr-145f2ae24fc2177cd4b778ccdb9f7a6c46c3ba60.tar.lz plyr-145f2ae24fc2177cd4b778ccdb9f7a6c46c3ba60.tar.xz plyr-145f2ae24fc2177cd4b778ccdb9f7a6c46c3ba60.zip |
Poster image fix (fixes #1763)
Diffstat (limited to 'demo')
-rw-r--r-- | demo/index.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/demo/index.html b/demo/index.html index 75786c32..777611d9 100644 --- a/demo/index.html +++ b/demo/index.html @@ -131,13 +131,12 @@ </div> </header> <main> - <!-- style="--plyr-color-main: #47bb4d; --plyr-video-control-background-hover: var(--plyr-color-main); " --> - <div id="container" style="--plyr-color-main: #1ac266;"> + <div id="container"> <video controls crossorigin playsinline - poster="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-HD.jpg" + data-poster="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-HD.jpg" id="player" > <!-- Video files --> |