Limit Image Size?
-
Hi, is it possible to add some code to fucntions.php that would downsize all uploaded images to a single, certain width?
I’m creating a multisite installation and I need to make sure that when someone uploads an image, that:
1. If it is larger than 350px that it gets brought down to that width. (and that height is adjusted proportionally)
2. If it is smaller than 350px, it’s left alone
3. That only one size is generated on image upload. (not three)Because this is a multisite, I want to control it from the child theme’s functions.php rather than having to set the media options for each site in the multisite.
Thanks for any help!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Limit Image Size?’ is closed to new replies.