Thanks in advance!
I am looking to make the product images a bit bigger on the product page (mobile). Example shown below.
password: dc
Thanks in advance!
I am looking to make the product images a bit bigger on the product page (mobile). Example shown below.
password: dc
.product-media-container .product__media img {
transform: scale(1.1) !important;
}
For anyone wondering, you can’t have two ‘transform’ code’s in the same folder (theme.liquid) or it will move your product image around on your mobile site.