diff options
Diffstat (limited to 'demo/index.html')
-rw-r--r-- | demo/index.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/demo/index.html b/demo/index.html index aaeb0191..2804b10d 100644 --- a/demo/index.html +++ b/demo/index.html @@ -26,9 +26,6 @@ <meta name="twitter:creator" content="@sam_potts"> <meta name="twitter:card" content="summary_large_image"> - <!-- Styles --> - <link rel="stylesheet" href="../dist/plyr.css"> - <!-- Docs styles --> <link rel="stylesheet" href="dist/demo.css"> @@ -83,7 +80,7 @@ <main> <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-HD.mp4" type="video/mp4"> <source src="media/View_From_A_Blue_Moon_Trailer-UHD.mp4" type="video/mp4"> <!-- Text track file --> |