banthagroup / fslightbox-react

Basic version of Fullscreen Lightbox for React.js. Website: https://fslightbox.com/react
MIT License
169 stars 23 forks source link

Possible To Disable The Swipe Effect? #210

Open alancphilpott opened 2 years ago

alancphilpott commented 2 years ago

This is great library but I'm unable to find a method of disabling the swipe effect. I intend on setting the sources property to an array of custom components to enable additional functionality (Pan & Zoom) to the image, but when panning, I am also swiping the image which is not what I want to do. I would like it if the image change only occurred when pressing the arrows. Is this possible?

Many Thanks.

mejed-alkoutaini commented 2 years ago

@alancphilpott did you find any solution for this?