ui
ui copied to clipboard
wheel to scroll image
Hi,
In v6, how can I use the mouse wheel to scroll through images, and the zooming of images toggle with a mouse click? Like the wheel: 'slide' option in v5?
I tried the following but it did't work
Fancybox.bind('[data-fancybox="images"]', {
Carousel: {
Gestures: {
wheel: true
}
},
Panzoom: {
wheelAction: false
}
});