when uploading an image into the mediapool, wordpress will auto-resize it in several dimensions.
unfortunately i’m requiring a special format which is kinda between thumbnail + medium.
any ideas if it’s possible to do that?
thanks
when uploading an image into the mediapool, wordpress will auto-resize it in several dimensions.
unfortunately i’m requiring a special format which is kinda between thumbnail + medium.
any ideas if it’s possible to do that?
thanks
You must be logged in to post a comment.
You can call add_image_size in your functions.php:
Reference here:
http://codex.wordpress.org/Function_Reference/add_image_size