<?php
if (has_post_thumbnail()) {
$image_data = wp_get_attachment_image_src(get_post_thumbnail_id($post->ID), "full");
- echo ' style="background: url('.$image_data[0].'); height: '.$image_data[2].'px;max-height: 400px; background-size: cover; "';
+ echo ' style="background: url('.$image_data[0].'); height: '.$image_data[2].'px;max-height: 200px; background-size: cover; "';
}
else {
- echo ' style="display: none;"';
+ echo ' style="background: url("http://dev.www.emmetcounty.org/recycling/wp-content/uploads/sites/4/2015/01/beach-small-header.jpg") repeat scroll 0 0 / cover rgba(0, 0, 0, 0); max-height:200px;"';
}
?>
>