diff options
| -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, |