Browse Source

auto-hide lightgallery bars

Thomas Buck 1 year ago
parent
commit
43654b05c4
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      page.html

+ 2
- 1
page.html View File

245
                     thumbnail:true,
245
                     thumbnail:true,
246
                     animateThumb: true,
246
                     animateThumb: true,
247
                     showThumbByDefault: false,
247
                     showThumbByDefault: false,
248
-                    galleryId: i
248
+                    galleryId: i,
249
+                    hideBarsDelay: 2500
249
                 };
250
                 };
250
                 var d = lg.item(i);
251
                 var d = lg.item(i);
251
                 if ($(d).find(".border").length > 0) {
252
                 if ($(d).find(".border").length > 0) {

Loading…
Cancel
Save