Cropper: Allow disabling zoom by mousewheel

Created on 16 Jan 2015  路  3Comments  路  Source: fengyuanchen/cropper

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.

Most helpful comment

According to the docs, the option is now zoomOnWheel

All 3 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

naglalakk picture naglalakk  路  5Comments

niklasravnsborg picture niklasravnsborg  路  5Comments

JSteunou picture JSteunou  路  7Comments

steefaan picture steefaan  路  6Comments

rajjanorkar picture rajjanorkar  路  4Comments