daver13 Posted February 19, 2022 Share Posted February 19, 2022 Site URL: https://blackbird-chameleon-4tm8.squarespace.com/chapter1 I'm having trouble increasing the sizes of the images in my gallery slideshow, in mobile layout. See attached image for the desired effect. Any help would be greatly appreciated. Thanks. Link to comment
tuanphan Posted February 23, 2022 Share Posted February 23, 2022 Try adding to Design > Custom CSS @media screen and (max-width:767px) { body#collection-61ec64673ad0a2796ceb21f3 .gallery-slideshow-item img { width: 120% !important; left: 50% !important; transform: translateX(-50%); } } 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
daver13 Posted February 28, 2022 Author Share Posted February 28, 2022 On 2/23/2022 at 2:33 AM, tuanphan said: Try adding to Design > Custom CSS @media screen and (max-width:767px) { body#collection-61ec64673ad0a2796ceb21f3 .gallery-slideshow-item img { width: 120% !important; left: 50% !important; transform: translateX(-50%); } } Thank you so much for your help. Now that the image is larger, it is being cropped on the left/right/bottom. Can you help me enlarge the space around the image, so that it looks like the "after" image in my original post? Thanks! Link to comment
tuanphan Posted March 14, 2022 Share Posted March 14, 2022 Hi, Try this new code @media screen and (max-width:767px) { body#collection-61ec64673ad0a2796ceb21f3 { .gallery-slideshow-item img { width: 120% !important; left: 50% !important; transform: translateX(-50%); } .gallery-slideshow-item-src { overflow: visible; }} } 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