Featured Image Scroll

This topic contains 2 replies, has 2 voices, and was last updated by  mb299 4 years, 7 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #511931

    mb299
    Free User
    Post count: 147

    Hello,

    I am using WP 5.2.3 & GD ver 2.0.0.67.

    Can I stop the Featured Image on all pages (GD & Non-GD) from scrolling? If yes, please suggest how to do it & what are the dimensions of the picture should I select to display it in the featured area?

    Thanks / Manish

    #512005

    Kor
    Moderator
    Post count: 16516

    Hi Manish,

    Thanks for your reply. You won’t be able to see the entire image if you don’t allow scrolling. So, the best method would be to change the featured image background size to “contain” mode using the custom CSS code below. Then, you can increase the height on the code to enlarge the featured image.

    header .featured-area .featured-img {
        background-size: contain!important;
        height:500px;
        position: relative;
    }
    #512016

    mb299
    Free User
    Post count: 147

    Hi Kor,
    I couldn’t benefit from the code.
    But I selected the picture of my size(custom size 4592 x 1200) & no scroll now.
    Please look at the screenshot & this is the outcome i wanted. What are the appropriate dimensions of the picture that i can use for the featured area?

    Regards
    Manish

Viewing 3 posts - 1 through 3 (of 3 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket