Product Images Shrinking when adding new products

Hello,

I’m currently using the Shopify theme Spotlight for my online store, I’ve noticed that whenever I add a new product to my store, my product images completely collapse so small you cannot see the full shirt.

Website link: https://queertraditions.com/collections/all-prodcust

This also happens on the mobile version. Can someone help me figure out what’s happening?

Hi @codyranae

This is David at SalesHunterThemes.
Just checked your store and found that has a bug in your theme code.
In this case, to fix the problem,

You can try follow this path:

Themes => edit code => asset => component-card.css

and add this code to bottom of the file component-card.css

.card--media .card__inner {
padding-bottom: var(--ratio-percent);
}

Thank you so much!

1 Like

You’re welcome. I’m so glad that it can be your solution