From d56366ab5e890added71ec3db35dcae36da7a403 Mon Sep 17 00:00:00 2001 From: Alex Carpenter Date: Tue, 17 Feb 2026 10:37:09 -0500 Subject: [PATCH] fix: Homepage video section sizing --- packages/console/app/src/routes/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/console/app/src/routes/index.css b/packages/console/app/src/routes/index.css index 770280e6cc3..90ea3d696a9 100644 --- a/packages/console/app/src/routes/index.css +++ b/packages/console/app/src/routes/index.css @@ -668,6 +668,8 @@ body { max-width: none; max-height: none; display: block; + aspect-ratio: 16 / 9; + object-fit: cover; } }