ui icon indicating copy to clipboard operation
ui copied to clipboard

wheel to scroll image

Open syshut opened this issue 6 months ago • 0 comments

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
  }
});

syshut avatar Jun 24 '25 07:06 syshut