From df59d1412bd459d0f6cdc6b2c715501eaabf7043 Mon Sep 17 00:00:00 2001 From: Alex Carpenter Date: Tue, 17 Feb 2026 10:52:47 -0500 Subject: [PATCH] fix: Homepage video section layout shift (#13987) --- 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 770280e6c..90ea3d696 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; } }