diff options
| author | Blista Kanjo | 2024-02-17 12:43:11 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2024-02-17 12:43:11 -0500 |
| commit | ff4b52435d6905fa8f30faea6384416a376e5bec (patch) | |
| tree | e153b200de0386f9abd458b6005462c7dd6a4610 /css | |
| parent | b30defdf939d4431fcca510a81cb093b3f6d2415 (diff) | |
kj-gitbot: css/style.css
Diffstat (limited to 'css')
| -rw-r--r-- | css/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
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%; |
