December 29, 2015 at 6:22 am
#40765
Theme Horse Support Team
Keymaster
Hi samanta.berzina,
Did you change the default image size “featured”?
Just change only the numeric value 622 or 300. After changing this image size you need to regenerate the thumbnails.
add_image_size( 'featured', 622, 300, true ); // don't change the name featured.
Thank you!