留言提交中...
|
富睿思(上海)精密仪器有限公司
-
首页
-
产品中心
-
行业应用
-
知识中心
-
新闻动态
jQuery("#thumbnails-gallery")
.justifiedGallery({
captions: false,
lastRow: "hide",
rowHeight: 180,
margins: 1
})
.on("jg.complete", function () {
window.lightGallery(
document.getElementById("thumbnails-gallery"),
{
autoplayFirstVideo: false,
pager: false,
galleryId: "nature",
plugins: [lgZoom, lgThumbnail],
mobileSettings: {
// controls: false,
// showCloseIcon: false,
download: false,
rotate: false
}
}
);
});