cstefanache / angular2-img-cropper

Angular 2 Image Cropper
MIT License
364 stars 135 forks source link

Responsive: set initial crop bounds #193

Closed DoKraus closed 7 years ago

DoKraus commented 7 years ago

If you have the image already loaded and calculated the drawing area (based on that image), the responsive-feature does not work correctly. After calculating the bounds, they have not only to be emitted, but updated in the class itself.

cstefanache commented 7 years ago

Thanks