How to display full size product images on Dawn theme?

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

https://qf6mrk8rg2rbkmzk-61803987143.shopifypreview.com

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