By default, we have set a max height on featured images, thinking that no one wants to scroll down and see a long image. However, if you wish, you can easily disable this with a little custom CSS.
#wrap .entry-thumbnail { max-height: none; overflow: visible; }