From f8e2570bfe16fe7eaab72c8518e6423541bfb0ec Mon Sep 17 00:00:00 2001 From: HJfod <60038575+HJfod@users.noreply.github.com> Date: Tue, 5 Mar 2024 12:14:57 +0200 Subject: [PATCH] further improve gallery controls --- src/components/Gallery.astro | 99 ++++++++++++++++++++---------------- 1 file changed, 55 insertions(+), 44 deletions(-) diff --git a/src/components/Gallery.astro b/src/components/Gallery.astro index ed37b0a..af09835 100644 --- a/src/components/Gallery.astro +++ b/src/components/Gallery.astro @@ -7,7 +7,7 @@ const imgCount = gallery.match(/<\s*img/gs)?.length;