From: Laury GvR Date: Thu, 17 May 2018 19:01:24 +0000 (-0400) Subject: Default header exchanged with taller version X-Git-Tag: v1.0.0^2~22 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=928b25ab42c580e6b61c80d3d1c4a615777127a2;p=WP-Themes%2Fcirclemichigan.git Default header exchanged with taller version --- diff --git a/assets/default-header.jpg b/assets/default-header.jpg index 72df466..bb063d1 100644 Binary files a/assets/default-header.jpg and b/assets/default-header.jpg differ diff --git a/functions.php b/functions.php index 82edb69..01bc524 100644 --- a/functions.php +++ b/functions.php @@ -72,10 +72,10 @@ function glm_site_scripts() /* Header Image for posts & pages */ function glm_get_header($memberID = false) { global $post; - $default_image_path = get_template_directory_uri().'/assets/default-header.jpg?v=1.0'; + $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: 420px;padding:0;padding-bottom:34%;' + $default_background_styles = 'height:0;max-height: 420px;padding:0;padding-bottom:33%;' . 'background-position:center center;background-size: 100%;background-repeat:no-repeat;'; //$default_member_background_styles = $default_background_styles;