• Resolved bschonfeld

    (@bschonfeld)


    I’m trying to find a plugin that will allow me to set up a site-wide size for the “Featured Image” that I use on posts.

    Using your plugin I was able to create the new size as 614×290 with crop enabled, and it works fine when I insert the image into the post. But when selecting “use as featured image” in the wordpress media box it does not resize or crop the image to the specified size…

    Am I missing something here? or is that how the plugin is supposed to work?

    Please let me know… thanks

    http://wordpress.org/extend/plugins/simple-image-sizes/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Your theme needs to know to use your new size. You could make the thumbnail size 614×290. Or, you’ll have to look in your theme for sth like get_post_thumbnail_id() or wp_get_attachment_image_src( get_post_thumbnail_id( $postid ), $size ) That $size variable tells wp which size to use.

    Plugin Author Nicolas Juen

    (@rahe)

    Exactly, your theme have to call your custom image size to display it. In the admin the image displayed is just an example of the image.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Simple Image Sizes] Re-sizing featured image in posts’ is closed to new replies.