Zooming by scrolling can be annoying when the cropper is included on a long page because it will override page scrolling. I would like to disable zooming by scrolling. Still I'd like to be able to zoom the image using $elem.cropper('zoom', 0.1), so setting zoom: false as option is not possible.
Maybe we can add an allowMouseWheelZoom option for this case. Thank you for your suggestion.
I had added mouseWheelZoom option in v0.8.0 for this.
According to the docs, the option is now zoomOnWheel
Most helpful comment
According to the docs, the option is now
zoomOnWheel