update for no-repeat
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 16 Jan 2015 21:15:47 +0000 (16:15 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 16 Jan 2015 21:15:47 +0000 (16:15 -0500)
functions.php

index 5d227f3..f326160 100755 (executable)
@@ -110,7 +110,7 @@ function GLM_get_header() {
 
     if (has_post_thumbnail()) {
             $image_data = wp_get_attachment_image_src(get_post_thumbnail_id(), "full");
-            echo ' style="background: url('.$image_data[0].');min-height: '.$image_data[2].'px; repeat: no-repeat;';
+            echo ' style="background: url('.$image_data[0].') no-repeat;min-height: '.$image_data[2].'px;';
     } else {
             echo ' style="display: none"';
     }