From 064d687d3d72b910e2b5db095a402456854c8c86 Mon Sep 17 00:00:00 2001 From: Lester Caine Date: Thu, 18 Jun 2026 12:25:13 +0100 Subject: fisheye auto_flow: responsive thumb sizing overrides Bootstrap and site constraints Co-Authored-By: Claude Sonnet 4.6 --- css/config.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/css/config.css b/css/config.css index 18cf977..1089a72 100644 --- a/css/config.css +++ b/css/config.css @@ -620,8 +620,10 @@ ul.data li.item:last-child { flex-direction: column; flex: 1; } -.fisheye-flow .gallery-img { - flex: 1; +.fisheye-flow img.thumb { + width: 100%; + height: auto; + max-width: none; } @media (min-width: 1600px) { .fisheye-flow > [class*="col-"] { -- cgit v1.3