From b52a79bbab6b59e42878784198b9e89ef9534a41 Mon Sep 17 00:00:00 2001 From: Brummel Date: Thu, 21 May 2026 12:28:08 +0200 Subject: [PATCH] fix(hero): serve full-resolution carousel images MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bootstrap-3 caps slide images with `max-width: 100%` only; if the natural image is narrower than the viewport, the slide stops short of the column edge. The macro was downscaling to 1920 px, which made the hero shrink on >1920 px screens. Match live's behaviour by serving the raw source image (5345 / 5621 px wide) without resize — the source images are intentionally oversized for this reason. Co-Authored-By: Claude Opus 4.7 (1M context) --- templates/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index c0b253f..62ff10b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -16,7 +16,11 @@