diff --git a/templates/components/player.html b/templates/components/player.html index 57b4fe5..270f2a5 100644 --- a/templates/components/player.html +++ b/templates/components/player.html @@ -3,6 +3,13 @@ .ytp-volume-control:hover > .ytp-volume-panel { width: 61px; } + /* doesn't work atm, trying to figure out how this works + #movie_player { + width: 100% !important; + max-width: 1000px; + height: 66.6% !important; + max-height: 563px; + }*/ #movie_player { width: 1000px; height: 563px;