From 7a950861613f9aca079b7759dcf258bb9308a3ba Mon Sep 17 00:00:00 2001 From: AskIt Date: Mon, 26 Jan 2026 02:39:35 +0100 Subject: [PATCH] Fixed video aspect ratio --- src/app/globals.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 9bd9606..7d148f1 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -349,11 +349,11 @@ a.btn-primary:visited { .post-media-item video { width: 100%; - height: 100%; max-height: 360px; - object-fit: cover; + object-fit: contain; display: block; cursor: pointer; + background: #000; } .video-embed-container {