From b3abec81e14b583400eebb120de8e5c4b7ca1da2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sat, 22 May 2021 17:05:39 -0500 Subject: Add plyr as main player Also plyr supports switch quality --- youtube/static/watch.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'youtube/static/watch.css') diff --git a/youtube/static/watch.css b/youtube/static/watch.css index 8d23017..b141b91 100644 --- a/youtube/static/watch.css +++ b/youtube/static/watch.css @@ -30,6 +30,20 @@ video { max-height: 480px; } +/* plyr fix */ +.plyr:-moz-full-screen video { + max-height: initial; +} +.plyr:-webkit-full-screen video { + max-height: initial; +} +.plyr:-ms-fullscreen video { + max-height: initial; +} +.plyr:fullscreen video { + max-height: initial; +} + a:link { color: var(--link); } -- cgit v1.2.3