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