Skip to main content

Any way to restrict image uploads based on minimum width or height?

Comments

1 comment

  • Itay Taragano

    Our jQuery plugin is based on the jQuery-File-Upload library. So you can use the  imageMinWidth  and  imageMinHeight  parameters to validate the upload before uploading the image to Cloudinary. So a too-small image won't be uploaded in the first place.

    -1

Post is closed for comments.