diff options
Diffstat (limited to 'css/style.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%; |
