Hi. I've got a problem with product images I have placed in the product description being magnified on mobile view.
I've inserted 'small' images which are displaying fine on desktop view:
But are enlarged and magnified in mobile view:
Product page: https://www.thestorageresource.com/collections/cable-organization/products/silicone-cable-organizer
Any suggestions on how eliminate the magnification and enlargement would be great, I'm using minimal theme.
Thanks, Michael.
Solved! Go to the solution
Success.
Hi @MikeyD
Add bellow css in your description of product.(Change description view to html and add in style tag)
<style>
@media screen and (max-width: 425px){ .product-description img { width: auto; }
}
</style?
Note: because you have images in your description that need full width but for this product you no need full width.
Subject | Author | Posted |
---|---|---|
7m ago | ||
15m ago | ||
16m ago | ||
26m ago | ||
36m ago |