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

cropperSettings.minWidth and cropperSettings.minHeight not working

Open iknox27 opened this issue 7 years ago • 0 comments

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

iknox27 avatar Feb 27 '18 17:02 iknox27