From 4760cd4074c81baa2d1a06ad4b966988c2fc4a43 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 31 May 2018 13:06:44 -0400 Subject: [PATCH] Change featured image height padding fro 52% to 25% --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 567bb13..2209a6d 100644 --- a/functions.php +++ b/functions.php @@ -80,7 +80,7 @@ function glm_get_header($memberID = false) { $default_image_path = false; $default_member_image_path = $default_image_path; $featured_classes[] = "featured-image"; - $default_background_styles = 'height:0;max-height: 420px;padding:0;padding-bottom:52%;' + $default_background_styles = 'height:0;max-height: 420px;padding:0;padding-bottom:25%;' . 'background-position:center center;background-size: cover;background-repeat:no-repeat;'; //$default_member_background_styles = $default_background_styles; -- 2.17.1