I updated the screenshot and the default header image to be more
generic.
$image_data = wp_get_attachment_image_src(get_post_thumbnail_id(), "full");
$imageUrl = '<div class="featured-image" style="background: url(\''.$image_data[0].'\') no-repeat scroll 0px 0px / cover;;"></div>';
} else {
- $imageUrl = '<div class="featured-image" style="background: url(\''.get_template_directory_uri().'/assets/default.jpg\') no-repeat scroll 0px bottom / cover;;"></div>';
+ $imageUrl = '<div class="featured-image" style="background: url(\''.get_template_directory_uri().'/assets/1500x600.jpg\') no-repeat scroll 0px bottom / cover;;"></div>';
}
return $imageUrl;
}