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.