diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2014-07-14 15:22:41 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2014-07-14 15:22:41 +0000 |
| commit | 6816b56e925fbc35bc8415dd59a694da5b8a7b69 (patch) | |
| tree | b34d17d0da66ee207eddec153cb53ed6a146a2c3 /inc | |
| parent | 07b2ba9ff5fe1cf4bba34de578c29aee85c48b83 (diff) | |
Very ugly commit. Wasn't on top of regular commits, so this is just a blast commit with all the changes.
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; |
