From 5349c99c747532da8396ce435c7a006fc0f1c940 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Wed, 19 Mar 2025 13:55:50 -0700 Subject: [PATCH] fix: Add aspect-ratio to video container and preload metadata --- aider/website/assets/home.css | 1 + aider/website/index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/aider/website/assets/home.css b/aider/website/assets/home.css index a1a29a128..21bdfd41f 100644 --- a/aider/website/assets/home.css +++ b/aider/website/assets/home.css @@ -193,6 +193,7 @@ nav { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); border-radius: 8px; overflow: hidden; + aspect-ratio: 2656 / 2160; } .video-container video { diff --git a/aider/website/index.html b/aider/website/index.html index e6ac09cd7..85367b675 100644 --- a/aider/website/index.html +++ b/aider/website/index.html @@ -38,7 +38,7 @@
-