My WordPress default header image not saved. I go to Customize -> Header Image and the Image is hidden. This is my code.
$defaults = array(
'default-image' => '/img/myimg.png',
'width' => 1000,
'height' => 200,
'flex-height' => false,
'flex-width' => false,
'uploads' => true,
'random-default' => true,
);
add_theme_support( 'custom-header', $defaults );