scottcheng / cropit

A "customizable crop and zoom" jQuery plugin.
http://scottcheng.github.io/cropit/
MIT License
874 stars 307 forks source link

Allow zooming small images #246

Open julienmru opened 7 years ago

julienmru commented 7 years ago

I have a small request.

I know that, by design, zoom is disabled when the image is too small, but we have a case where we'd like the user to zoom even if it will downgrade image quality.

Would it be possible?

nyn0x commented 7 years ago

You can use 'maxZoom' $('.image-editor').cropit({ maxZoom: 1.5, });