Product Image Size is Too Big When Zoomed In - Studio Theme

I used this code in Custom Liquid under Product Information on the Default product page.

{% if template contains ‘product’ %}

.product-media-modal__content.gradient { max-width: 65em; margin: 0 auto; }

{% endif %}

1 Like