• Resolved felipens3

    (@felipens3)


    When someone try to do the first acess to my products(without cookies) the product image expands and then collapses.
    It seems something related with the theme
    Can someone help to solve this?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    I just visited on your site but didn’t see the issue as you mentioned. Products images are loading fine.

    Thread Starter felipens3

    (@felipens3)

    Here still happening
    I’ve tried with different devices and browsers

    You’re right. This time I saw it. Add the below code to the Customize > Custom CSS section and check it fixes the issue or not.

    figure.woocommerce-product-gallery__wrapper {
        max-width: 100%;
        width: 100% !important;
    }

    Also, try to check Elmenetor settings for that page. I saw width:800% for the image in the source code which may be the possible reason.

    Thread Starter felipens3

    (@felipens3)

    Yeah 800% width!

    I used this

    figure.woocommerce-product-gallery__wrapper {
        max-width: 31%;
        width: 31% !important;

    I just checked your site and now the issue has been fixed.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Product image expand and than collapse in the first acess on my products’ is closed to new replies.