charlesstemen 0 Share Posted May 20, 2020 Site URL: https://art.charlesstemen.com/ I'm selling photo prints. On mobile my product images are being cropped on the store, product, and fullscreen preview page in a way where the user will never see the full product. Making white bars on the images that get cropped or putting an duplicate image into the additional info were suggestions I got from Squarespage support - so clunky haha, not what I am looking for... I get and am ok with the cropping on the store / product page, but it seems crazy to me that the fullscreen image would be cropped and not just responsively fit any size image to the width of the screen. Whats frustrating is that if I switch from desktop to mobile while in the fullscreen image preview, it shows the image uncropped! So I can see it how I want it! But does not do this ever when on mobile/clicking into fullscreen preview from mobile, so not very helpful. Is there some CSS I can add to remove image cropping on mobile/tablets for the fullscreen preview and potentially the product detail page entirely? Alternating between slideshow/stacked/carousel does not affect mobile appearance, and not seeing any other changes within Squarespace that would address this. Ive seen some other threads with similar topics, so maybe this is a lost cause.. Link to post
tuanphan 9,335 Share Posted May 21, 2020 It seems you solved with CSS? You can send your question to my email to get faster answer. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
Argenis 0 Share Posted May 22, 2020 May I ask, are you printing the art yourself or using an online service? Thanks a bunch! Link to post
charlesstemen 0 Author Share Posted June 13, 2020 On 5/21/2020 at 7:13 AM, tuanphan said: It seems you solved with CSS? I did solve with CSS eventually, yes. On 5/22/2020 at 4:25 AM, Argenis said: May I ask, are you printing the art yourself or using an online service? Thanks a bunch! I am using an online service. Link to post
Aerdon 0 Share Posted August 30, 2020 Can you please share the CSS you used to solve this? Thanks! Link to post
tuanphan 9,335 Share Posted August 30, 2020 5 hours ago, Aerdon said: Can you please share the CSS you used to solve this? Thanks! I see this CSS in above site @media screen and (max-width: 767px) { .tweak-product-basic-item-gallery-aspect-ratio-11-square .ProductItem-gallery-slides:before { padding-bottom:0 } .ProductItem-gallery-slides-item { position: static; height: auto; overflow: initial } .ProductItem-gallery-slides-item.selected .ProductItem-gallery-slides-item-image { left: 0 !important; top: 0 !important; width: auto !important; height: auto !important; max-width: 100% } } CatherineJoMorgan 1 You can send your question to my email to get faster answer. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
emmagkelly 0 Share Posted October 18, 2020 I have the same issue, and the above CSS did not help me. Link to post
tuanphan 9,335 Share Posted October 21, 2020 Can you share link to product? We can check easier You can send your question to my email to get faster answer. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
thetv 0 Share Posted October 24, 2020 I'm having a similar issue with my slideshow gallery on mobile. http://www.thomvallance.com Link to post
tuanphan 9,335 Share Posted October 24, 2020 1 hour ago, thetv said: I'm having a similar issue with my slideshow gallery on mobile. http://www.thomvallance.com Add to Home > Design > Custom CSS @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1592935235062_24451 img { width: 100% !important; left: 0 !important; height: auto !important; } div#block-yui_3_17_2_1_1592935235062_24451 {height: 200px;} } You can send your question to my email to get faster answer. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
sjcwallprints 1 Share Posted January 27 On 8/30/2020 at 5:29 PM, tuanphan said: I see this CSS in above site @media screen and (max-width: 767px) { .tweak-product-basic-item-gallery-aspect-ratio-11-square .ProductItem-gallery-slides:before { padding-bottom:0 } .ProductItem-gallery-slides-item { position: static; height: auto; overflow: initial } .ProductItem-gallery-slides-item.selected .ProductItem-gallery-slides-item-image { left: 0 !important; top: 0 !important; width: auto !important; height: auto !important; max-width: 100% } } I am having the same problem, but this CSS didn't help. Any ideas? https://stephenchowphotography.com/shop/p/choi-hung Link to post
tuanphan 9,335 Share Posted January 31 On 1/26/2021 at 9:55 PM, sjcwallprints said: I am having the same problem, but this CSS didn't help. Any ideas? https://stephenchowphotography.com/shop/p/choi-hung Hi. Do you still need help? You can send your question to my email to get faster answer. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
sjcwallprints 1 Share Posted January 31 4 minutes ago, tuanphan said: Hi. Do you still need help? Yes I do please! Link to post
tuanphan 9,335 Share Posted January 31 23 minutes ago, sjcwallprints said: Yes I do please! Try adding to Design > Custom CSS /* product image mobile cropt */ @media screen and (max-width:767px) { .gallery-lightbox-item img { position: relative; object-fit: initial !important; } } You can send your question to my email to get faster answer. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
sjcwallprints 1 Share Posted January 31 9 minutes ago, tuanphan said: Try adding to Design > Custom CSS /* product image mobile cropt */ @media screen and (max-width:767px) { .gallery-lightbox-item img { position: relative; object-fit: initial !important; } } Unfortunately this didn’t work well. It squeezed the photo to fit instead: Link to post
tuanphan 9,335 Share Posted February 6 try chaning initial to contain You can send your question to my email to get faster answer. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment