[Resolved] How to increase the image size in the header?

Home Forums Support [Resolved] How to increase the image size in the header?

Home Forums Support How to increase the image size in the header?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1237594
    Ravi Dixit

    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

    #1237978
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Try this:

    add_filter( 'generate_hero_thumbnail_id_size', function() {
        return 'full';
    } );

    Let me know ๐Ÿ™‚

    #1239478
    Ravi Dixit

    Thanks it works.

    #1240525
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.