|
import PhotoSwipeLightbox from '/js/photoswipe-lightbox.esm.js';
|
|
import PhotoSwipe from '/js/photoswipe.esm.js';
|
|
|
|
|
|
const lightbox = new PhotoSwipeLightbox({
|
|
gallery: '#gallery--getting-started',
|
|
children: 'a',
|
|
pswpModule: PhotoSwipe
|
|
});
|
|
lightbox.init(); |