• Resolved bapakrob

    (@bapakrob)


    Hi,
    Is it possible to display the featured imaged in its full height?
    The size of the images have a height of 400px, but it’s cut off.

    Thanks,
    Rob

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • baljitdhanjal

    (@baljitdhanjal)

    Hi @bapakrob;

    We are using “background-size: cover;” CSS property so the image is cut off.
    You can change this CSS property according to your requirement.

    For eg.

    .ect-list-img {
        background-size: contain!important;
    }

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Featured image full length’ is closed to new replies.