$image_data = wp_get_attachment_image_src(get_post_thumbnail_id(), "interior-featured");
echo ' style="background-image: url('.$image_data[0].');height:0;padding:0;padding-bottom:20%;background-position:center center;background-size: cover;background-repeat:no-repeat;max-height: 420px;min-height: 150px; "';
} else if ( is_post_type( 'post' ) ) {
- echo ' style="background-image: url('.get_template_directory_uri().'/assets/default-header.jpg);height:400px;padding:0;padding-bottom:400px;background-position:center center;background-size: cover;background-repeat:no-repeat;max-height: 400px;"';
+ echo ' style="background-image: url('.get_template_directory_uri().'/assets/default-header.png);height:200px;padding:0;padding-bottom:200px;background-position:center center;background-size: cover;background-repeat:no-repeat;max-height: 200px;"';
} else {
- echo ' style="background-image: url('.get_template_directory_uri().'/assets/default-header.jpg);height:400px;padding:0;padding-bottom:400px;background-position:center center;background-size: cover;background-repeat:no-repeat;max-height: 400px;"';
+ echo ' style="background-image: url('.get_template_directory_uri().'/assets/default-header.png);height:200px;padding:0;padding-bottom:200px;background-position:center center;background-size: cover;background-repeat:no-repeat;max-height: 200px;"';
echo ' class="no-featured"';
}
echo '>';
// $image_data = wp_get_attachment_image_src(get_post_thumbnail_id(), "full");
// echo '<img src="'.$image_data[0].'" style="no-repeat;max-height:400px;">F';
// } else {
-// echo '<img src="'.get_template_directory_uri().'/assets/default-header.gif" style="max-height:400px;">';
+// echo '<img src="'.get_template_directory_uri().'/assets/default-header.png" style="max-height:400px;">';
// }
// echo '<div class="row">';
// echo '<div class="small-12 columns">';