Skip to content

Commit 9f02005

Browse files
committed
custom header crop
1 parent e0bb1dd commit 9f02005

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

functions.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ function alpha_bootstrapping() {
1515
$alpha_custom_header_details = array(
1616
'header-text' => true,
1717
'default-text-color' => '#222',
18+
'width' => 1200,
19+
'height' => 600,
20+
'flex-height' => true,
21+
'flex-width' => true
1822
);
1923
add_theme_support( "custom-header", $alpha_custom_header_details );
2024

0 commit comments

Comments
 (0)