angular2-img-cropper
angular2-img-cropper copied to clipboard
cropperSettings.minWidth and cropperSettings.minHeight not working
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;