I changed the default header image with the original large image for now.
echo ' style="background-image: url('.$image_data[0].');padding:0 0 15%;background-position: center center;background-repeat:no-repeat;max-height: 300px;background-size: cover;margin: 0 auto; "';
} else {
- echo ' style="background-image: url('.get_template_directory_uri().'/assets/Default-Featured-Image-1600px.jpg);padding:0 0 15%;background-position: center center;background-repeat:no-repeat;max-height: 300px;background-size: cover;margin: 0 auto; "';
+ echo ' style="background-image: url('.get_template_directory_uri().'/assets/DI-00889-132-1.jpg);padding:0 0 15%;background-position: center center;background-repeat:no-repeat;max-height: 300px;background-size: cover;margin: 0 auto; "';
echo ' class="no-featured"';
}
echo '>';