manos Posted January 27 Share Posted January 27 (edited) Greetings squarespace community. I have a small problem with my fall back image. In mobile version the image is getting crop a lot. Is there any way to display it in it's original aspect ratio only for mobile? My website is https://www.star-surfing.com Thanks. Edited January 27 by manos Link to comment
tuanphan Posted January 28 Share Posted January 28 Hi, You mean this image? 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
Solution tuanphan Posted February 1 Solution Share Posted February 1 On 1/28/2023 at 8:03 PM, manos said: Yes! Hi, Try adding to Design > Custom CSS @media screen and (max-width:767px) { [data-section-id="63bd47759238f76897ea845a"] { min-height: unset !important; height: 49vh; } } 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
TG22 Posted March 1 Share Posted March 1 Hi there. Greetings! Following because I have the same issue, although it's not working for me. I entered as noted under Design > CSS but it's not adjusting it. What am I missing? My website is https://www.ommovementstudio.com Any help would be much appreciated! Link to comment
tuanphan Posted March 5 Share Posted March 5 On 3/1/2023 at 9:14 AM, TG22 said: Hi there. Greetings! Following because I have the same issue, although it's not working for me. I entered as noted under Design > CSS but it's not adjusting it. What am I missing? My website is https://www.ommovementstudio.com Any help would be much appreciated! Use this code for your case /* resize mobile top slideshow */ @media screen and (max-width:991px) { .gallery-fullscreen-slideshow { height: 35vh !important; } } 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