summaryrefslogtreecommitdiff
path: root/internal
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <montferrat@tuta.io> 2025-08-02 22:33:18 +0700
committerGravatar SayaAndy <montferrat@tuta.io> 2025-08-02 22:33:18 +0700
commit95327ec0a4fa7f4067bfffe14327868aa2f0dae3 (patch)
tree3c19e98a2b96a29c604bc822971646c471faf11b /internal
parent8e3f93ed503864670476d322639a8b9051d5e740 (diff)
downloadweb-95327ec0a4fa7f4067bfffe14327868aa2f0dae3.tar.gz
web-95327ec0a4fa7f4067bfffe14327868aa2f0dae3.zip
fix: adjust content height to fit all of it in mobile
Diffstat (limited to 'internal')
-rw-r--r--internal/lightgallery/html_renderer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/lightgallery/html_renderer.go b/internal/lightgallery/html_renderer.go
index fb65b06..bd73eac 100644
--- a/internal/lightgallery/html_renderer.go
+++ b/internal/lightgallery/html_renderer.go
@@ -87,7 +87,7 @@ function createLightLibrary%s() {
closable: false,
showMaximizeIcon: true,
appendSubHtmlTo: ".lg-sub-html",
- isMobile: () => { return false; },
+ isMobile: () => false,
slideDelay: 0,
plugins: [lgZoom, lgThumbnail],
thumbWidth: 160,