cstefanache / angular2-img-cropper

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

cropperSettings.minWidth and cropperSettings.minHeight not working #291

Open iknox27 opened 6 years ago

iknox27 commented 6 years ago

I tried to generate a minimum width and a minimum height, but even so the picture does the resize

this.cropperSettings.minWidth = 110;
this.cropperSettings.minHeight = 110;

a