From ff4b52435d6905fa8f30faea6384416a376e5bec Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Sat, 17 Feb 2024 12:43:11 -0500 Subject: kj-gitbot: css/style.css --- css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'css') diff --git a/css/style.css b/css/style.css index ce9846d..9ada1f9 100644 --- a/css/style.css +++ b/css/style.css @@ -138,9 +138,9 @@ button { } .responsive-video { - position: relative; - padding-bottom: 56.25%; /* 16:9 -> 9/16x100 */ - overflow: hidden; + max-width: 100%; + max-height: 100%; + height: auto; } .video { width: 100%; -- cgit v1.2.3