From: Laury GvR Date: Mon, 2 Apr 2018 19:51:14 +0000 (-0400) Subject: New default header image X-Git-Tag: v1.0.0^2~28 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=d38b9d31ff199fce3c83cf174e10c2529cdd2a79;p=WP-Themes%2Fbayharbor.git New default header image --- diff --git a/assets/default-header.jpg b/assets/default-header.jpg new file mode 100644 index 0000000..855a4b7 Binary files /dev/null and b/assets/default-header.jpg differ diff --git a/assets/default-header.png b/assets/default-header.png deleted file mode 100644 index dd39ee6..0000000 Binary files a/assets/default-header.png and /dev/null differ diff --git a/functions.php b/functions.php index 65c0a7a..fdc6db5 100644 --- a/functions.php +++ b/functions.php @@ -83,7 +83,7 @@ function glm_site_scripts() /* Header for posts*/ function glm_get_header($memberID = false) { global $post; - $default_image_path = get_template_directory_uri().'/assets/default-header.png'; + $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: 600px;padding:0;padding-bottom:50%;'