Hello I have a website with the theme ride and for some reason when I upload my product photos they are small. Is there anyway to resize my images to make the product I am selling much larger and clear? Thank you.
storefront password: pw
Hello I have a website with the theme ride and for some reason when I upload my product photos they are small. Is there anyway to resize my images to make the product I am selling much larger and clear? Thank you.
storefront password: pw
@media screen and (max-width: 749px) {
.product-media-container .product__media img {
transform: scale(1.2) !important;
}
}