Home Forums WoodMart support forum Single product image size on mobile

Single product image size on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #477727

    Sipo
    Participant

    How do I adjust the size of the image in a single product image showing on mobile?

    #478072

    Hello,

    The browser scales images. Please check this manual: https://xtemos.com/docs-topic/image-size-and-content-alignment-in-a-product-grid/

    If you have any questions please feel free to contact us.

    Best Regards

    #479479

    Sipo
    Participant

    Problem solved through CSS:

    /* Justera single produkt storlek i mobilen */
    .woocommerce-product-gallery .woocommerce-product-gallery__image {
    max-width: 250px;
    max-height: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    You can close this topic.

    • This reply was modified 2 years, 1 month ago by Sipo.
    #479521

    Hello,

    We are glad you have solved the issue.

    If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Single product image size on mobile’ is closed to new replies.