Hallo Kerstin,
dazu musst du die funtions.php ändern, ab Zeile 104 bei der Version in WP 3.6.1 steht
Code
$custom_header_support = array(
// The default image to use.
// The %s is a placeholder for the theme template directory URI.
'default-image' => '%s/images/headers/path.jpg',
// The height and width of our custom header.
'width' => apply_filters( 'twentyten_header_image_width', 940 ),
'height' => apply_filters( '[COLOR=#ff0000]twentyten_header_image_height', 198 [/COLOR]),
Bei Updates geht diese Änderung möglicherweise verloren, deshalb erstelle ich mir immer Child Themes ;-)