On January 18, 2014 at 5:53 pm
I assume, the latest images you added are after changing the theme to asteria.
Asteria has a function that automatically resizes and crops the image to make the images fit on frontpage. To remove this function, open up functions.php and remove this:
//Custom Thumbnail Size
if ( function_exists( 'add_image_size' ) ) {
add_image_size( 'asteriathumb', 387, 260, true ); //(cropped)
}
and you will have to reset the last 7 featured images again.