Larger featured image/header
-
For those who want to change the default size of the featured images, which is now 1280 x 444 px (resulting in blurred images on larger screens): open functions.php and look/search for “1280”.
You’ll find these code:
add_image_size( 'post-image-cover', 1280, 9999 ); // Custom header $args = array( 'width' => 1280, 'height' => 444,
Change the 1280 to 1920 (twice) and 444 to 666 and you’re done. Excisting posts will still have the smaller images. If you update the theme your changes will be lost (and images made smaller??) so the best practice is to use a child theme.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Larger featured image/header’ is closed to new replies.