ソースを参照

auto-hide lightgallery bars

Thomas Buck 1年前
コミット
43654b05c4
1個のファイルの変更2行の追加1行の削除
  1. 2
    1
      page.html

+ 2
- 1
page.html ファイルの表示

@@ -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) {

読み込み中…
キャンセル
保存