Hi,
I’d like for all the product images to be full size in product page, not only the first image.
If possible, removing the top and left margin on the images too
Hi,
I’d like for all the product images to be full size in product page, not only the first image.
If possible, removing the top and left margin on the images too
This is PageFly - Free Landing Page Builder.
You can try this code : you can paste this in your theme css file - base.css
.product--stacked .product__media-item {
max-width: 100% !important;
width: 100% !important;
}
Hope this can help you solve the issue
Best regards,
PageFly