diff --git a/src/index.css b/src/index.css index ac7a8fe..ab1da1a 100644 --- a/src/index.css +++ b/src/index.css @@ -184,11 +184,12 @@ p { hyphens: auto; } -img, video { +img, +video { display: block; width: 100%; - object-fit: contain; - overflow: hidden; + height: 100%; + object-fit: cover; } img { font-style: italic;