From 1cc897a7a3b27629a159d6bacea334bcb112c7f9 Mon Sep 17 00:00:00 2001 From: k00b Date: Wed, 4 Sep 2024 11:00:54 -0500 Subject: [PATCH] don't enforce min-width on videos --- components/text.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/text.module.css b/components/text.module.css index 2fb1015b..dced326f 100644 --- a/components/text.module.css +++ b/components/text.module.css @@ -135,13 +135,13 @@ max-width: 100%; height: auto; max-height: 25vh; - min-width: 50%; aspect-ratio: var(--aspect-ratio); } .text img { cursor: zoom-in; object-fit: contain; + min-width: 50%; object-position: left top; }