diff options
| author | 2025-07-23 09:22:14 +0300 | |
|---|---|---|
| committer | 2025-07-23 09:22:14 +0300 | |
| commit | 6eb434c8aac7f2b35faeba4b96def30d257eaf04 (patch) | |
| tree | 9379cafc0c6fcc3a52d8774fb7d021f4987f5d56 | |
| parent | 4e5deb792084ff1df2d27b827bcf7815350791cb (diff) | |
| download | web-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.html | 1 |
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, |