eliamaldire Posted August 6, 2022 Posted August 6, 2022 Site URL: https://www.maldire.com/ My website has the products in the lovely gallery mode "wrap" when looking at the desktop version, here is an example: https://www.maldire.com/shop/p/lady-hillingdon-basic When I go to the phone version it becomes a gallery slideshow badly cropped. I tried using this custom CSS but it doesn't make any changes: /* Mobile Product Image */ @media screen and (max-width:767px) { img.ProductItem-gallery-slides-item-image { object-fit: contain !important; } } I just want the images with the full height and no crop. Any ideas? Thanks
Solution paul2009 Posted August 6, 2022 Solution Posted August 6, 2022 (edited) The 'Wrap' PDP Layout has separate layouts for desktop and mobile, so you'd need to add this to Design > Custom CSS instead: img.pdp-gallery-slides-image { object-fit: contain!important; } Edited August 7, 2022 by paul2009 Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.
eliamaldire Posted August 7, 2022 Author Posted August 7, 2022 That worked perfectly, thank you so much!
sjd Posted August 7, 2022 Posted August 7, 2022 Hi, On 8/6/2022 at 1:18 PM, paul2009 said: The 'Wrap' PDP Layout has separate layouts for desktop and mobile, so you'd need to use: img.pdp-gallery-slides-image { object-fit: contain!important; } Hi Paul2009, I'm having similar issues to eliamaldire. My url is : www.lulutoddler.com. My product images are cut off at the top when viewed on a mobile. It does this on all the images but I am most concerned about the ones on my shop section when you click on the product. Is there a code you could please give me to stop this? If so would I have to add this code for each product ? Any help would be greatly appreciated. Many thanks.
paul2009 Posted August 7, 2022 Posted August 7, 2022 31 minutes ago, sjd said: My product images are cut off at the top when viewed on a mobile. What happened when you tried the same CSS? Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.
marshallkylex Posted May 4, 2023 Posted May 4, 2023 I'm having this same issue with the mobile product image gallery. I tried copy/pasting the code in custom CSS but it doesn't seem to do anything. https://desertwillowhome.com/shop/p/benito-sofa
tuanphan Posted May 8, 2023 Posted May 8, 2023 On 5/4/2023 at 11:55 AM, marshallkylex said: I'm having this same issue with the mobile product image gallery. I tried copy/pasting the code in custom CSS but it doesn't seem to do anything. https://desertwillowhome.com/shop/p/benito-sofa Try this code 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment