Enlarge Size of Product Images? (Venture Theme)

zackallenmd
New Member
4 0 0

I am looking to enlarge the scale of product images on the product pages.

I was looking through the css theme file and wasnt able to find the correct place to change the size

 

(Venture theme)

Replies 4 (4)

diego_ezfy
Shopify Partner
2935 562 883

Hello,

Please share:
- your store URL;
- page URL with the issue you mention;
- storefront password (if your store has one).

Kind regards,
Diego

◦ Follow my blog & youtube for coding tutorials. Most questions in here are already answered there!
◦ Top #4 Shopify Expert, 24h reply. Click here to hire me.
Download copy/paste code snippets that can replace most apps.

zackallenmd
New Member
4 0 0

neeravmakwana
Shopify Partner
164 30 39

Please add this to the end of theme.scss.liquid and let me know if it works:

 

@media only screen and (min-width: 650px) {
      .page-width  {
       max-width:1350px;
       }
      .product-card__image-container {
          height: 300px;
        }
       .product-card__image.js {
          max-width: 265px !important;
        }  
}

 

zackallenmd
New Member
4 0 0

Thanks for the help.

 

I put that at the end, but there doesnt appear to be any change.. Thanks