Resize Thumbnail Small Feature Image Size

Hi!

Does anyone know how to resize the images of the smaller features toward the bottom of the homepage? When I resized the big featured image using this plugin:

function modify_featured_image_size(){
add_image_size( ‘activello-featured’, 1080, 1350, true );
}
add_action( ‘init’, ‘modify_featured_image_size’, 10 );

it also messed up the other image sizes of the features once they become thumbnails (see the attachment).

Thanks in advance.

Hi @youngcosmopolite,

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

Those smaller images are same images displayed above as large featured images but just displayed smaller because of smaller post width. They both are controlled by the image size activello-featured.

Best Regards,
Movin

Ok, thanks for getting back to me!!

You are most welcome here :slight_smile: