angular2-img-cropper icon indicating copy to clipboard operation
angular2-img-cropper copied to clipboard

Cropper

Open willianravex opened this issue 8 years ago • 4 comments

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

willianravex avatar Dec 27 '16 15:12 willianravex

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

mjsgreen01 avatar Mar 03 '17 19:03 mjsgreen01

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

cstefanache avatar Mar 10 '17 10:03 cstefanache

How to reset the cropper?

wzuqui avatar Mar 23 '17 18:03 wzuqui

this.cropper.reset();

cstefanache avatar Mar 24 '17 07:03 cstefanache