extended feature image header
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 5 Jan 2016 20:56:14 +0000 (15:56 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 5 Jan 2016 20:56:14 +0000 (15:56 -0500)
functions.php

index 03b96e3..3e43d43 100644 (file)
@@ -76,10 +76,10 @@ function glm_get_header() {
     echo '<div';
     if ( get_post_type( get_the_ID() ) == 'page' && has_post_thumbnail() ) {
         $image_data = wp_get_attachment_image_src(get_post_thumbnail_id(), "full");
-        echo ' id="feature-image" style="background-image: url('.$image_data[0].');height:100%;padding:0;background-position:top center;background-size:cover;background-repeat:no-repeat;min-height: 438px;max-height: 630px;"';
+        echo ' id="feature-image" style="background-image: url('.$image_data[0].');height:100%;padding:0;background-position:top center;background-size:cover;background-repeat:no-repeat;min-height: 476px;max-height: 630px;"';
 
     } else {
-        echo ' id="feature-image" style="background-image: url('.get_template_directory_uri().'/assets/government.jpg);height:100%;padding:0;background-position:top center;background-size:cover;background-repeat:no-repeat;min-height: 438px;max-height: 630px;"';
+        echo ' id="feature-image" style="background-image: url('.get_template_directory_uri().'/assets/government.jpg);height:100%;padding:0;background-position:top center;background-size:cover;background-repeat:no-repeat;min-height: 476px;max-height: 630px;"';
     }
     echo '>';
     echo '</div>';