• Resolved RianAdu

    (@rianadu)


    Hi,
    first of all the theme is amazing. I was trying to increase the size of the header images in order to have them look sharp on high resolution screens. I tried to upload a bigger image with the same ratio (2560 × 832). This should cause the image to be sharper.

    But after uploading the image the theme wants me to crop it and after that the image is back to 128×416.

    Is there any way to change this because it would make the headers look better on high resolution screen.

Viewing 1 replies (of 1 total)
  • Thread Starter RianAdu

    (@rianadu)

    Okay,
    I just found the answer myself. ??

    You can change the header image size in the functions.php line 22-27

    // Custom header
    	$args = array(
    		'width'         => 1280,
    		'height'        => 416,
    		'default-image' => get_template_directory_uri() . '/images/header.jpg',
    		'uploads'       => true,
    		'header-text'  	=> false
    
    	);

    just change the width and height but try to keep the aspect ratio.

Viewing 1 replies (of 1 total)
  • The topic ‘Can't change / double header image size (1280 × 416)’ is closed to new replies.