raisincosplay Posted November 15 Share Posted November 15 (edited) Hi! New to Squarespace and hoping the kind folks here can help me out. I am utilizing a gallery slideshow on my home page, but it is not responsive. On larger monitors, there is a ton of space around the gallery and when you zoom in and out, the gallery gets further and further away from the header. Is there a way to fix this? An easy way to see what I mean is by zooming out in your browser on my homepage. Here are some screenshots as well. How it looks on smaller laptop screen: On bigger monitor screens: Zoomed out on Chrome: The other blocks on my site respond and look normal. Thank you in advance! Edited November 15 by raisincosplay fixing screenshot Link to comment
tuanphan Posted November 17 Share Posted November 17 Hi, Can you share link to this page? 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
raisincosplay Posted November 18 Author Share Posted November 18 18 hours ago, tuanphan said: Hi, Can you share link to this page? Apologies it's raisincosplay.com Link to comment
Solution raisincosplay Posted November 19 Author Solution Share Posted November 19 Â I actually fixed this problem. the gallery slideshow block's height is set to use vh by default, so images are not scaling with the height. so I just set it to the the height it should be in pixels. /* homepage gallery responsiveness fix */ .gallery-slideshow { Â height: 550px !important; } LarryGroves 1 Link to comment
LarryGroves Posted November 19 Share Posted November 19 @raisincosplay Great job on finding the fix! 👏 Adjusting the gallery slideshow block's height to pixels makes total sense. It might help others facing the same issue. Thanks for sharing. raisincosplay 1 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