How To Increase Product Image(s) Size On Product Page

Thanks in advance!

I am looking to increase the size for my product pictures (side by side pictures) on the product page for pc only. Example shown below.

https://decemberschild.com/

password: dc

Hi @MMast ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

Step 3: Insert the below code at the bottom of the file → Save

.product__media-wrapper .product__media.media {
    transform: scale(1.1);
}

Here is result:

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes: