add_image_size for header_image

This may can help you

add_theme_support( 'post-thumbnails', array( 'post' ,'promotions', 
    'services', 'counter') );
set_post_thumbnail_size( 200, 200, true );
add_image_size( 'slider-image', true );

Image will resize according to your html code