Procházet zdrojové kódy

auto-hide lightgallery bars

Thomas Buck před 1 rokem
rodič
revize
43654b05c4
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2
    1
      page.html

+ 2
- 1
page.html Zobrazit soubor

@@ -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…
Zrušit
Uložit