• Resolved dcteamdevs

    (@dcteamdevs)


    Hello,

    We consider ourselves pretty well versed in WooCommerce but are running into a very odd situation that we just can’t figure out. For some reasons, on all of the products that we are setting up. In the Image Gallery for the product. It has started to display the image gallery images very big and blurry on all of the products. Not exactly sure what could be the cause of this as when we inspect the element, we are not seeing any errors and what not.

    Please advise.

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

Viewing 1 replies (of 1 total)
  • Saif

    (@babylon1999)

    Hello @dcteamdevs,

    I can see what you mean on the single product page.

    It appears that some CSS has been added directly into the HTML, overriding the original theme behavior.

    I suggest reaching out to the theme author about this. Alternatively, you may add the following CSS snippet as a temporary solution in Appearance > Customize > Additional CSS:

    /*  Fix single product image images  */
    
    
    .product .flex-control-thumbs >li{  
    width: 119px !important;
    }
    
    .product .avada-product-gallery-thumbs-wrapper{  
    height: 119px !important;
    }

    Hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Big and Blurry Product Gallery Images’ is closed to new replies.