Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Shazzad Hossain Khan

    (@sajib1223)

    You need to have appropriate image size, otherwise close matched size will be used. You can put a line in your themes functions.php – add_image_size( 'custom-size', 70, 50, true ); and regenerating all of your images using this plugin – http://wordpress.org/plugins/regenerate-thumbnails/.

    Thread Starter Andrzej

    (@awoz)

    Ah, now I understand. [post_thumbnail] uses the thumbnail generated from the post ‘featured’ image. Hence your suggestion for regenerating the thumbnail? I originally thought that your plugin auto-resizes the first image found in the post – my bad assumption.

    Thank you.

    Plugin Author Shazzad Hossain Khan

    (@sajib1223)

    You can use bulk regenerate thumbnails just to make sure expected size (70x50px) are created and exists.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Thumbnail width and height’ is closed to new replies.