New default header image
authorLaury GvR <laury@gaslightmedia.com>
Mon, 2 Apr 2018 19:51:14 +0000 (15:51 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 2 Apr 2018 19:51:14 +0000 (15:51 -0400)
assets/default-header.jpg [new file with mode: 0644]
assets/default-header.png [deleted file]
functions.php

diff --git a/assets/default-header.jpg b/assets/default-header.jpg
new file mode 100644 (file)
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 (file)
index dd39ee6..0000000
Binary files a/assets/default-header.png and /dev/null differ
index 65c0a7a..fdc6db5 100644 (file)
@@ -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%;'