Single product image size on mobile
-
How do I adjust the size of the image in a single product image showing on mobile?
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
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.
Hello,
We are glad you have solved the issue.
If you have any questions please feel free to contact us.
Best Regards
The topic ‘Single product image size on mobile’ is closed to new replies.