/* 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;