Foliotek / Croppie

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

How to preserve Zoom on bind? #700

Open jdylanmc opened 4 years ago

jdylanmc commented 4 years ago

I have a croppie which I have manually zoomed in.

Later, I programmatically bind new points to it.

Whenever I do this, however, the zoom gets "reset" back to 1. Do I need to apply the zoom factor to my points perhaps?