Tentacle
Tentacle copied to clipboard
Template over ride for default image size
The CMS will have a small, medium, and large size but some templates may require other sizes.
use a URL based call to resize images on the fly like http://placehold.it/
content_image( $max = 600, $min = 300 )
URL based image resizing.
http://core.trac.wordpress.org/ticket/19393