Thetwistedink Posted November 30, 2021 Share Posted November 30, 2021 Site URL: http://thetwistedink.com Hello, I’m looking for some help with my products page on my mobile site. When you click into the product all the images are cropped and wont enlarge… how do I remedy this to see full size images please? thanks in advance! Link to comment
tuanphan Posted December 2, 2021 Share Posted December 2, 2021 Try adding to Design > Custom CSS @media screen and (max-width:767px) { img.ProductItem-gallery-slides-item-image { object-fit: contain !important; } .tweak-product-basic-item-gallery-aspect-ratio-34-three-four-vertical .ProductItem-gallery-slides:before { padding-bottom: 100% !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Thetwistedink Posted December 15, 2021 Author Share Posted December 15, 2021 Thank you! Now I am having problems with having different sized images appear in full on product pages on the web browser version. Mobile site is fine. Can you please help me with this? thanks in advance 🙂 Link to comment
tuanphan Posted December 16, 2021 Share Posted December 16, 2021 On 12/15/2021 at 10:19 AM, Thetwistedink said: Thank you! Now I am having problems with having different sized images appear in full on product pages on the web browser version. Mobile site is fine. Can you please help me with this? thanks in advance 🙂 Add to Design > Custom CSS img.ProductItem-gallery-slides-item-image { object-fit: contain !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment