const photo_swipe_options{containerId} = {
gallery: '.lightbox-gallery[data-gallery-id="{containerId}"]',
pswpModule: PhotoSwipe,
bgOpacity: 1,
showHideOpacity: false,
children: 'a',
loop: true,
showHideAnimationType: 'zoom',
imageClickAction: 'next',
tapAction: 'next',
zoom: false,
close: true,
counter: true,
arrowKeys: true,
wheelToZoom: true
};
console.log(photo_swipe_options{containerId});
window.pswpLightbox{containerId} = new PhotoSwipeLightbox(photo_swipe_options{containerId});
window.pswpLightbox{containerId}.init();