How to set twenty fourteen header image at 100% width?
if
function wpse_custom_header_setup() {
add_theme_support( 'custom-header', apply_filters( 'wpse_header_args', array(
'width' = 1460,
'height' = 220,
) ) );
}
add_action( 'after_setup_theme', 'wpse_custom_header_setup' );
can help define the width of the header in px, how I can set up a header image at 100% to get something similar like http://braidingfreedom.com/?
Topic theme-twenty-fourteen headers images Wordpress
Category Web