alexk111 / ngImgCrop

Image Crop directive for AngularJS (THIS PROJECT IS NOT MAINTAINED ANYMORE)
MIT License
1.12k stars 515 forks source link

Prevent resizing if image size is less then result image size #183

Open akvaliya opened 7 years ago

akvaliya commented 7 years ago

My issue is that even if i upload image less then result image size it is resizing it.

This will result larger result image then original image.

I want to prevent image resizing if original image is less then result image.

Can anyone point me that how can i do that.