fengyuanchen / cropper

⚠️ [Deprecated] No longer maintained, please use https://github.com/fengyuanchen/jquery-cropper
MIT License
7.75k stars 1.74k forks source link

Change The Zoom Speed / Ratio #1049

Closed mrmbarnes2019 closed 5 years ago

mrmbarnes2019 commented 5 years ago

Hi All

I want to slow the zoom down so that it takes more clicks to zoom in and out.

The code we are using for zoom is:

zoom: function(e) { console.log(e.type, e.detail.ratio); }

From my research to change the zoom we need to add:

$().cropper("zoom", 0.01); $().cropper("zoom", -0.01);

But cannot get it working.

Can anyone help?

mrmbarnes

mrmbarnes2019 commented 5 years ago

I worked this out and it was very, very easy... in the actual zoom div is the setting... DOH!