Knowledge Center
Image Gallery
Filter by:
-
-
-
.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
}
}
);
});