From b588b730c82051b3d163a9bc92d940e661a50b31 Mon Sep 17 00:00:00 2001 From: Sean Whalen <44679+seanthegeek@users.noreply.github.com> Date: Wed, 18 Dec 2024 09:47:17 -0500 Subject: [PATCH] Remove the `aspect-ratio` directive from `.embed-video` CSS class Not all video is in 16:9 aspect ratio (e.g., vertical video), and forcing that causes the videos to appear small with large black spaces on either side. Signed-off-by: Sean Whalen <44679+seanthegeek@users.noreply.github.com> --- _sass/base/_base.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/_sass/base/_base.scss b/_sass/base/_base.scss index 19f153bd657..877a253fab4 100644 --- a/_sass/base/_base.scss +++ b/_sass/base/_base.scss @@ -291,7 +291,6 @@ main { width: 100%; height: 100%; margin-bottom: 1rem; - aspect-ratio: 16 / 9; @extend %rounded;