11 lines
302 B
JavaScript
11 lines
302 B
JavaScript
import PhotoSwipeLightbox from "js/photoswipe/photoswipe-lightbox.esm.js";
|
|
|
|
new PhotoSwipeLightbox({
|
|
gallery: ".gallery",
|
|
children: "a",
|
|
showAnimationDuration: 300,
|
|
hideAnimationDuration: 300,
|
|
initialZoomLevel: "fit",
|
|
pswpModule: () => import("js/photoswipe/photoswipe.esm.js"),
|
|
}).init();
|