From d32041abe2b2c1fbbca7dc08b70ebbff4253b7b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Tue, 24 Feb 2026 19:18:09 +0100 Subject: [PATCH] fix(website): refine hero video styling and attributes - Move video source to src attribute and add preload="auto" - Update aspect ratio from 16/10 to standard 16/9 - Change object-position to center bottom - Apply border-radius to match the container element --- src/pages/index.astro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 1ccc1c4..5087465 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -45,8 +45,7 @@ const version = pkg.version ?? "";
-