summaryrefslogtreecommitdiff
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <montferrat@tuta.io> 2025-07-23 09:22:14 +0300
committerGravatar SayaAndy <montferrat@tuta.io> 2025-07-23 09:22:14 +0300
commit6eb434c8aac7f2b35faeba4b96def30d257eaf04 (patch)
tree9379cafc0c6fcc3a52d8774fb7d021f4987f5d56
parent4e5deb792084ff1df2d27b827bcf7815350791cb (diff)
downloadweb-0.2.3.tar.gz
web-0.2.3.zip
fix: turn off mobile mode of lightgallery (buggy as of now)0.2.3
-rw-r--r--public/index.html1
1 files changed, 1 insertions, 0 deletions
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,