From 6eb434c8aac7f2b35faeba4b96def30d257eaf04 Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Wed, 23 Jul 2025 09:22:14 +0300 Subject: fix: turn off mobile mode of lightgallery (buggy as of now) --- public/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/public/index.html b/public/index.html index 748886f..6559e1e 100644 --- a/public/index.html +++ b/public/index.html @@ -561,6 +561,7 @@ closable: false, showMaximizeIcon: true, appendSubHtmlTo: ".lg-sub-html", + isMobile: () => { return false; }, slideDelay: 0, plugins: [lgZoom, lgThumbnail], dynamicEl: elements, -- cgit v1.3.1+13