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