Featured images on Main Page

Hi!!

I just changed to Travelify and I think it’s a great theme for my site.

I like how it shows a featured resized full image for every post on the Main Page but this only works nice with the previous images from posts created with my previous theme.
With the new posts created with Travelify, it shows a cropped image in a big size, so I would like that they appear as the other ones.

I changed some parameters on functions.php but doesn’t work properly:

// Add Travelify custom image sizes
<strong>add_image_size( 'featured', 670, 300 , true ); </strong>
add_image_size( 'featured-medium', 230, 230, true );
add_image_size( 'slider', 1018, 460, true ); 		// used on Featured Slider on Homepage Header
add_image_size( 'gallery', 474, 342, true ); 				// used to show gallery all images

My site: equipatetrailrunning.com

Thanks.

Hi @equipatetrailandrunning,

I hope you are well today and thank you for your question.

You can try displaying the featured images as it is without cropping by using the attached small plugin specially developed for you that contains some custom code.

Best Regards,
Movin