Currently when you are using large images as your featured image, they are basically being viewed vertically aligned middle. For instance, if you have a picture of a group of people, heads are being cut off. Is there a way to make the image top be 0?
Comments
this theme uses add_image_size() wordpress function of course and it is not possible to align image to top. Image can be cropped or not with this function only. More info about this function you can read on http://codex.wordpress.org/Function_Reference/add_image_size but if you want to modify this images, then you must play with functions/theme-functions.php file.