How to reduce the image size in product page

Website- https://unigemofficial.myshopify.com/collections/bracelet/products/rose-gold-white-pearl-bracelet

Password- uni

1 Like

@Unitech

oh sorry for that issue can you check your theme customization option on product page may allow this image size

Not getting any option in customization section. Please suggest the solution

1 Like

@Unitech

can you please confirm this look!

Yes perfect

Please suggest the solution

1 Like

@Unitech

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/site.scss.liquid->paste below code at the bottom of the file.
.js-product-media .product-media__wrapper {
    padding-top: 100%;
    position: relative;
}
.js-product-media .product-media__wrapper .mfp-image {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0px auto;
}

not working

1 Like

@Unitech

i can see code work

Thanks for your feedback… But not working. Please check

@KetanKumar please suggest the solution

@KetanKumar please share the solution

@KetanKumar please suggest the solution

1 Like

@Unitech

can you try this code

.product-media__wrapper {
    max-width: 360px;
    margin: 0px auto;
}

See the gap in image and thumbnails… It is still not look like how you shared the screeshot

@KetanKumar can we reduce the red marked space and add blank space in green marked section. As mentioned in the below screenshot

1 Like

that’s content part if reduce that spacing to closed content but current look proper look much better