Can you look at my css? I'm having a similar problem. This image get's squished when the window is smaller than the image on my description. My description images aren't scaling.
Hi @catcaboodle ,
Are you able to provide your store URL so I can provide the solution here?
Hi @catcaboodle ,
Add the following code to your theme.scss.liquid file
@media only screen and (max-width: 480px) {
.gf_product-desc img {
height: unset !important;
max-width: 100% !important;
}
}
Let me know if you need help with anything else.
You are welcome. Best of luck with your startup!
we have the images resizing problem in our product images here is the link: https://brandsluxe.shop/
Thank you.
what's exactly the issue give me a screenshot of issue?
User | Count |
---|---|
542 | |
209 | |
126 | |
80 | |
44 |