andreknieriem / simplelightbox

Touch-friendly image lightbox for mobile and desktop
https://simplelightbox.js.org
MIT License
1.11k stars 173 forks source link

Preventing the showing lightbox #327

Closed igieske closed 7 months ago

igieske commented 9 months ago

How can I prevent the opening of lightbox if it was a click with dragging? It is required when I use lightbox with sliding gallery. I already tried to use 'show.simplelightbox' event with event.preventDefault() – it doesn't work.

Mtillmann commented 7 months ago

I believe this is out of scope for the project. However, if you've found a solution, feel free to share it here for others who might runi into a similar issue