Limit image dimensions in upload to Media section?
# help-with-umbraco
j
A client uploaded some really big image files to the media library (as in, 11000 x 8000 pixels). The file size was reasonable due to heavy jpeg compression, but of course ImageProcessor choked when trying to resize the images, resulting in multiple server restarts. Is there any way to limit the allowed image dimensions as well as file size when uploading images? (I suppose I could write an event handler for this but if there is an easier way I would appreciate it. 🙂 )
Forgot to mention: this is in Umbraco 12.
j
Thanks, this looks good! Would be nice to have s/t like this built into Umbraco, but a plugin works. 🙂
67 Views