From f2db33deb6b55361e199fd79c449e5009f7903cd Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 5 Apr 2018 13:28:29 -0400 Subject: [PATCH] Slightly increase height of featured images --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 7bf6d79..6d5d1c0 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:30%;' + $default_background_styles = 'height:0;max-height: 450px;padding:0;padding-bottom:33%;' . 'background-position:center center;background-size: cover;background-repeat:no-repeat;'; //$default_member_background_styles = $default_background_styles; -- 2.17.1