Closed MrKlarki closed 8 months ago
Hi,
There is a contentClick
option for this (https://fancyapps.com/fancybox/api/options/#contentclick), use it like this - https://jsfiddle.net/df70pnc6/
Fancybox.bind('[data-fancybox="gallery"]', {
contentClick: "next"
});
Thank you very much! :)
I really like this library
Is your feature request related to a problem? Please describe.
Hi! :)
There may already be such functionality. When you click on the picture, it will switch to the next picture
Describe the solution you'd like
Click on the current picture to switch to the next one
An example in the video. I click on the picture with the mouse to switch to the next picture https://youtu.be/p3vUHVDvI9k
Describe alternatives you've considered
No response
Additional context
No response