LesleyA Posted October 25, 2022 Share Posted October 25, 2022 (edited) URL https://tracyleephotography.squarespace.com/ PW is demo I can't seem to find any code that works... I would like to resize the gallery images for all the relevant pages (Home, services) so they are full width on mobile and tablet. At the moment they are only showing portrait size and cutting off the sides of the image. Thanks Edited October 25, 2022 by LesleyA Link to comment
ReformDesign Posted October 26, 2022 Share Posted October 26, 2022 (edited) This should at least be a start to what you're looking for! Paste the code below into Custom CSS. If you've tried setting heights for these with code already, you should remove that code before trying this. It just seems you might have because the homepage slideshow had a height of 100vw and the service one I looked at had a height of 75vw? gallery-fullscreen-slideshow { height: auto !important: } .gallery-fullscreen-slideshow-list { flex-grow: 0 !important; flex-shrink: 0 !important; } From my testing it didn't seem to cause issues with desktop-size screens but if it does we can add code to target only mobile & tablets. Edited October 26, 2022 by ReformDesign Clarify where to add code. Link to comment
LesleyA Posted October 26, 2022 Author Share Posted October 26, 2022 Thanks, it says there's a syntax error on this line ... height: auto !important: Link to comment
ReformDesign Posted October 26, 2022 Share Posted October 26, 2022 (edited) 6 minutes ago, LesleyA said: Thanks, it says there's a syntax error on this line ... height: auto !important: The colon at the end should be a semicolon! ; my bad 🙂 The full fixed code will be: .gallery-fullscreen-slideshow { height: auto !important; } .gallery-fullscreen-slideshow-list { flex-grow: 0 !important; flex-shrink: 0 !important; } Edited October 26, 2022 by ReformDesign edited code snip Link to comment
LesleyA Posted October 26, 2022 Author Share Posted October 26, 2022 THANKS!!! That worked perfectly! I spent HOURS trying to find the code for this. Appreciate your help! ReformDesign 1 Link to comment
jasoncooper1986 Posted November 16, 2022 Share Posted November 16, 2022 Hey @ReformDesign I followed this and it worked to fix the issue I was facing too. But it left a huge gap on mobile for me, please see attached. Do you know how I can fix that? Thanks, J Link to comment
tuanphan Posted November 21, 2022 Share Posted November 21, 2022 On 11/17/2022 at 6:04 AM, jasoncooper1986 said: Hey @ReformDesign I followed this and it worked to fix the issue I was facing too. But it left a huge gap on mobile for me, please see attached. Do you know how I can fix that? Thanks, J What is site url? We can check this easier 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
Jack2000 Posted January 16 Share Posted January 16 Hi, I would like to resize gallery images on laptop. Right now the gallery(simple grid) format each image to fill the entire screen, and I would like each images to appear smaller. Is there a code for this? Thank you! URL: https://www.ruiyuanzhang.com/place/stlouis 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