From 9a8a5fb1ee1cd18531045a6719156c1a06b3cde1 Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Tue, 30 Jun 2026 17:24:53 -0400 Subject: [PATCH] Fix squished banners in Recent News thumbnails The Recent News sidebar thumbnails set a fixed 90x70 box with no object-fit, so wide banner images were distorted. Add object-fit: cover so thumbnails crop to fill the box while preserving aspect ratio. Co-Authored-By: Claude Opus 4.8 (1M context) --- layouts/news/list.html | 2 +- layouts/news/single.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/news/list.html b/layouts/news/list.html index 4ac21a9..3f8f0b8 100644 --- a/layouts/news/list.html +++ b/layouts/news/list.html @@ -119,7 +119,7 @@

Recent News

- +
diff --git a/layouts/news/single.html b/layouts/news/single.html index d50450a..261a1d5 100644 --- a/layouts/news/single.html +++ b/layouts/news/single.html @@ -139,7 +139,7 @@

Recent News

+ height="70" class="rounded-3" style="object-fit: cover;">