Foliotek / Croppie

A Javascript Image Cropper
http://foliotek.github.io/Croppie
MIT License
2.57k stars 884 forks source link

Zoom out #292

Open MarkDeVerno opened 7 years ago

MarkDeVerno commented 7 years ago

Croppie always seems to open with the zoom set to the minimum with 'bind'. Is it possible to zoom out and hence make the image smaller?

garek007 commented 7 years ago

I use a workaround for this which was to set the initial zoom to 1 with JQuery after croppie is bound. It's not perfect, but it works....