Yancho Kraev
Yancho Kraev
I'm experiencing the same issue with v5.2.2. I'm pretty sure it's some sort of a glitch that gets even worse on mobile devices.
Here's another example: https://support.clock-software.com/en/support/solutions/articles/9000218807-mice-converting-blocks-to-bookings `import PhotoSwipeLightbox from 'https://cdnjs.cloudflare.com/ajax/libs/photoswipe/5.2.2/photoswipe-lightbox.esm.js'; const lightbox = new PhotoSwipeLightbox({ gallery: '#gallery--getting-started', children: '.photoSwipeLink', initialZoomLevel: 'fit', secondaryZoomLevel: 2, maxZoomLevel: 4, pswpModule: () => import('https://cdnjs.cloudflare.com/ajax/libs/photoswipe/5.2.2/photoswipe.esm.js') }); lightbox.init();` I...