document.addEventListener('DOMContentLoaded', function () {

    const lightbox = new PhotoSwipeLightbox({

        gallery: '.jdg-gallery',

        children: 'a',

        pswpModule: PhotoSwipe

    });

    lightbox.init();

});