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

Loading…
Cancel
Save