badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: featured image size issue

#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.