Hi Ben, I thought that when using the “set featured image” feature in a post it would take whatever image I choose and resize it to the sizes as specified in Media>Settings. Within the settings there is an option to “crop” the image so that the thumbnail is the same size on the post. Instead it is resizing but keeping the same aspect ratio of the image, therefore causing all the entries on a single page to look inconsistent.
In functions.php it should be using this:
set_post_thumbnail_size( 50, 50, true );
Which would resize the thumbnail to 50×50 but without stretching the image. To me it looks like it is ignoring this for some reason.
Any ideas?
Thanks.