[Support request] Product images size automatically changed

Home Forums Support [Support request] Product images size automatically changed

Home Forums Support Product images size automatically changed

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1094415
    Keshav

    Hi Team,

    I am using Imprint site library for my website. But when I open any product. Product image is not loading properly. Please visit dsdcart.com and do something needful.

    Thanks
    Keshav

    #1094809
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS in Customizer > Additional CSS – add it to the very bottom of the code stack:

    .woocommerce-product-gallery__wrapper {
    	display: flex;
        max-width: 600px;
    }
    
    .woocommerce-product-gallery__image {
        flex: 1 0 100%;
    }

    Let me know.

    #1095461
    Keshav

    I have implemented the code. But still getting same issue.

    #1095677
    David
    Staff
    Customer Support

    Can you try clearing your browser cache – i check the site in Chrome, Firefox and Safari and its working for me.

    #1098437
    Keshav

    Image Size is too large at single product page on mobile device. I don’t know how to fix it.

    Please help

    #1098842
    Leo
    Staff
    Customer Support

    What if we add this?

    @media (max-width: 768px) {
        .woocommerce-product-gallery__wrapper {
            max-width: 400px;
        }
    }
    #1099591
    Keshav

    Yes it is working for mobile. But i also want to reduce dimension of image at desktop

    #1099685
    David
    Staff
    Customer Support

    You can change the max-width to any size you want in the code i provided here

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