I need a way restrict authors from uploading a images bellow specific dimensions. Say I only want to allow uploading images that are at least 400px x 400px. If the image is smaller, the author should get a error notice that the image is too small. Is there a plugin or code that can accomplish this? Thanks in advance.
|
feedback
|
|
Add this code to your theme's functions.php file, and it will limit minimum image dimentions
Then just change the numbers of the minimum dimensions you want (in my example is 640 and 480) | |||||||
feedback
|