Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #981383

    Hello,

    Could you please go to my retreat page and explain how Enfold decided the image sizing? WHen I chose the images, I selected 800×800 (full size) and inserted them in a row with two 1/2 size columns.
    1) why are they not 800px?
    1) how do I control the size of the images?
    2) what do I need to do if I want to make them cover the whole page, with full stretch width?

    I appreciate your help. Login and links in the private area.

    #982032

    Hey leroyflow,

    Thank you for using Enfold.

    You have this css code in the Quick CSS field.

    @media only screen and (min-width: 990px) {
    .avia-image-container.av-hover-grow .avia-image-container-inner .avia-image-overlay-wrap img {
        width: 18.5vw;
        height: 18.5vw;
        object-fit: cover;
        max-width: 248px;
        max-height: 248px;
    }
    }

    It limits the images’ width to 248px.

    Best regards,
    Ismael

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