From: Ian Weller Date: Mon, 13 Feb 2017 20:47:52 +0000 (-0500) Subject: Fixed the problem with the feature image X-Git-Tag: v1.1.7^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=605a839cef6d8602aff3880e5c098462820b9fa7;p=WP-Themes%2FRecycleEmmet.git Fixed the problem with the feature image I found the min-height in the feature image code was being set to the original height of the image. I changed the min-height to 400px to match the max-height. --- diff --git a/functions.php b/functions.php index c6f2155..c1b8b2a 100755 --- a/functions.php +++ b/functions.php @@ -107,7 +107,7 @@ function GLM_get_header() { if (has_post_thumbnail()) { $image_data = wp_get_attachment_image_src(get_post_thumbnail_id(), "full"); echo '
'; + . 'min-height: 400px;max-height: 400px">'; } else { echo '
';