Hi,
Is there anyone who might know how to change product picture “zoom in” size?
Tried to look around but couldnt find any earlier post about this.
Right now its getting huge and would like to see it a bit smaller. See example picture down below.
MY STORE URL : https://qqf6l55jka4kat2h-56470536270.shopifypreview.com
Thanks!!
@Dispomal
Please share your store URL!
Thanks!
@Dispomal
Please add the following CSS code to your assets/section-main-product.css bottom of the file.
@media screen and (min-width: 750px){
.product-media-modal__content>* {
width: 50% !important;
}
}
Thanks!
Thanks for the reply, might be a stupid question but should " !important;" be in it as well?
It worked thanks so much for the help!
@Dispomal
This is not a stupid question “!important;” use for override CSS code. otherwise provided code not working.
If helpful then please Like Solution