testing more flexible header images

This commit is contained in:
leogermani 2018-11-23 12:16:20 -02:00
parent 7b8a37b450
commit 6cd1b29413
1 changed files with 2 additions and 2 deletions

View File

@ -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 );