diff options
Diffstat (limited to 'inc')
| -rw-r--r-- | inc/custom-header.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/inc/custom-header.php b/inc/custom-header.php index 2fabe5b..abb31bd 100644 --- a/inc/custom-header.php +++ b/inc/custom-header.php @@ -27,7 +27,7 @@ function twentythirteen_custom_header_setup() { 'default-image' => '%s/images/headers/circle.png', // Set height and width, with a maximum value for the width. - 'height' => 230, + //'height' => 230, 'width' => 1600, // Callbacks for styling the header and the admin preview. @@ -97,10 +97,12 @@ function twentythirteen_header_style() { <?php if ( ! empty( $header_image ) ) : ?> + /* .site-header { background: url(<?php header_image(); ?>) no-repeat scroll top; background-size: 1600px auto; } + */ <?php endif; |
