diff options
| author | 2025-08-02 22:33:18 +0700 | |
|---|---|---|
| committer | 2025-08-02 22:33:18 +0700 | |
| commit | 95327ec0a4fa7f4067bfffe14327868aa2f0dae3 (patch) | |
| tree | 3c19e98a2b96a29c604bc822971646c471faf11b /internal | |
| parent | 8e3f93ed503864670476d322639a8b9051d5e740 (diff) | |
| download | web-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.go | 2 |
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, |