From: Laury GvR Date: Thu, 5 Apr 2018 17:37:18 +0000 (-0400) Subject: Even slightlier decrease height of featured images to approach 1400x450 X-Git-Tag: v1.0.0^2~11 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=daa0602711b9c112713b9ce809724d1acd1482c9;p=WP-Themes%2Fltbaygolf.git Even slightlier decrease height of featured images to approach 1400x450 --- diff --git a/functions.php b/functions.php index 6d5d1c0..94c0ea2 100644 --- a/functions.php +++ b/functions.php @@ -76,7 +76,7 @@ function glm_get_header($memberID = false) { $default_image_path = get_template_directory_uri().'/assets/default-header.jpg?v=1.1'; $default_member_image_path = $default_image_path; $featured_classes[] = "featured-image"; - $default_background_styles = 'height:0;max-height: 450px;padding:0;padding-bottom:33%;' + $default_background_styles = 'height:0;max-height: 450px;padding:0;padding-bottom:32%;' . 'background-position:center center;background-size: cover;background-repeat:no-repeat;'; //$default_member_background_styles = $default_background_styles;