gitalk评论

This commit is contained in:
结发受长生
2018-06-07 00:18:33 +08:00
parent c77caf259f
commit 5abf999657
12 changed files with 39 additions and 46 deletions
+2 -1
View File
@@ -32,7 +32,8 @@ function init() {
})
})
var gallery = new PhotoSwipe(pswpElement, PhotoSwipeUI_Default, items, {
index: parseInt(i)
index: parseInt(i),
bgOpacity: 0.8
});
gallery.init()
}