angular2-img-cropper
angular2-img-cropper copied to clipboard
Cropper
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:
- select image that has width/height less than min-width/height.
- select image that has width/height greater than min-width/height.
- try to resize cropper
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
How to reset the cropper?
this.cropper.reset();