Archived topic
How to increase the image size in the header?
3 replies · Started by Ravi Dixit on April 13, 2020
Viewing posts 1–4 of 4
Hey there,
I am having a problem increasing the featured image size in the header section.
This is how its looking https://imgur.com/VhrShOa
Can you please help me with how I make it the original size?
Thanks
Hi there,
Try this:
add_filter( 'generate_hero_thumbnail_id_size', function() {
return 'full';
} );
Let me know :)
Thanks it works.
You're welcome :)
This archived topic is closed to new replies.