Foliotek / Croppie

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

Center small images #703

Open engahmedtaha opened 4 years ago

engahmedtaha commented 4 years ago

Hi When i set zoom to 0 the image fit to the maximum value of (width or height) i changed the original code from minZoom = Math.max(self.options.minZoom, 0) || 0, to minZoom = Math.min(self.options.minZoom, 0) || 0,

but now i am stuck in getting the right points to crop