From f4514c9af744eaa7225128b17cda5f1ea89507da Mon Sep 17 00:00:00 2001 From: W Beecher Baker Date: Mon, 30 Sep 2024 15:54:47 -0400 Subject: [PATCH] support a mode where only the thumbnails are visible, until the main image viewer is opened by clicking on one -- activated by boolean prop onlyThumbs --- src/components/Gallery/GalleryImage.global.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/components/Gallery/GalleryImage.global.vue b/src/components/Gallery/GalleryImage.global.vue index ce0fb08..d9aea94 100644 --- a/src/components/Gallery/GalleryImage.global.vue +++ b/src/components/Gallery/GalleryImage.global.vue @@ -1,6 +1,7 @@