Disable Image Cutoff / Max Height For Featured Image on Blog Excerpt

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;
}

Screen Shot 2015-11-04 at 1.43.41 PM