testing more flexible header images
This commit is contained in:
parent
7b8a37b450
commit
6cd1b29413
|
@ -27,10 +27,10 @@ if ( ! function_exists( 'tainacan_setup' ) ) {
|
|||
*/
|
||||
$header_args = array(
|
||||
//'default-text-color' => '000',
|
||||
'width' => 1280,
|
||||
'width' => 2000,
|
||||
'height' => 280,
|
||||
'header-text' => false,
|
||||
'flex-width' => false,
|
||||
'flex-width' => true,
|
||||
'flex-height' => true,
|
||||
);
|
||||
add_theme_support( 'custom-header', $header_args );
|
||||
|
|
Loading…
Reference in New Issue