December 16, 2014 at 7:17 am
#19434
spectrum_7
Participant
Hello, I am also looking for a way to make the featured images look better on post pages, basically I just need to set the cropping more specifically.
I tried your solution above by pasting the following modified code into my child theme functions.php:
// Add Interface custom image sizes
add_image_size( 'featured', 670, 300, array( 'left', 'top' ) );
however a new featured image crop was not created. I thought it might only work on images uploaded after changing the setting, however new images are also not cropped.
Any suggestions how to do this? Thanks.