Change featured image height padding fro 52% to 25%
authorLaury GvR <laury@gaslightmedia.com>
Thu, 31 May 2018 17:06:44 +0000 (13:06 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 31 May 2018 17:06:44 +0000 (13:06 -0400)
functions.php

index 567bb13..2209a6d 100644 (file)
@@ -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;