afinocchiaro Posted March 23 Share Posted March 23 The home slideshow and page banners are cropped in mobile view in the Margot template. Is there a code or feature that will make the photos fit the width of the mobile. Thank you! Link to comment
Beyondspace Posted March 24 Share Posted March 24 20 hours ago, afinocchiaro said: The home slideshow and page banners are cropped in mobile view in the Margot template. Is there a code or feature that will make the photos fit the width of the mobile. Thank you! Can you give your site so we can take a look? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
tuanphan Posted March 26 Share Posted March 26 You can try this CSS code to Website > Website Tools > Custom CSS @media screen and (max-width:767px) { section#home-slideshow { height: 250px !important; } section#home-slideshow img { width: 100% !important; height: auto !important; left: 0 !important; top: 0 !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!) Link to comment
Paigealexandria Posted August 24 Share Posted August 24 Hi, I'm having the same problem with my website but this code doesn't work for my site. Do you have another solution? On 3/26/2024 at 4:21 AM, tuanphan said: You can try this CSS code to Website > Website Tools > Custom CSS @media screen and (max-width:767px) { section#home-slideshow { height: 250px !important; } section#home-slideshow img { width: 100% !important; height: auto !important; left: 0 !important; top: 0 !important; } } Link to comment
tuanphan Posted August 26 Share Posted August 26 On 8/24/2024 at 7:45 AM, Paigealexandria said: Hi, I'm having the same problem with my website but this code doesn't work for my site. Do you have another solution? Can you share link to page where you have problem? 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!) 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