cstefanache / angular2-img-cropper

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

Cropper #114

Open willianravex opened 7 years ago

willianravex commented 7 years ago

When I change the file after the 3rd time, I can not change the cropper Movies Link Sample

mjsgreen01 commented 7 years ago

I ran into this issue, but I think the problem is not that it happens after X times, but that it happens after selecting an image that is less than the min-height/width. To reproduce:

  1. select image that has width/height less than min-width/height.
  2. select image that has width/height greater than min-width/height.
  3. try to resize cropper
cstefanache commented 7 years ago

Can you please try executing reset on cropper before setting the new image? I cannot reproduce it and I want to know if resetting the cropper would work

wzuqui commented 7 years ago

How to reset the cropper?

cstefanache commented 7 years ago

this.cropper.reset();