From 0fb65a45bf009f7fb4f6d4a7b316c80756bd5714 Mon Sep 17 00:00:00 2001 From: "4 raccoons in a trenchcoat. / luna vivian" Date: Thu, 20 Apr 2023 02:23:42 +0200 Subject: [PATCH] player now adapts to screen sizes properly fixes issue #1 --- templates/components/player.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/components/player.html b/templates/components/player.html index 270f2a5..69f3e93 100644 --- a/templates/components/player.html +++ b/templates/components/player.html @@ -11,8 +11,10 @@ max-height: 563px; }*/ #movie_player { - width: 1000px; - height: 563px; + width: 100%; + height: 60vh; + max-width: 1000px; + max-height: 563px; } .settings_menu { height: 235px;