CoorlasArchitecture Posted August 8, 2023 Posted August 8, 2023 (edited) Is there any way for a gallery to be set at "Large" height for desktop and "small" or custom height for mobile. "Small" looks ridiculous on desktop and "Large" looks awful on mobile, so there's no good middle ground for wanting to showcase a full image without it being severely cropped, and very unaesthetically composed to showcase my design renderings. Gallery on homepage: https://www.coorlasarch.com/ Thanks for anyone willing to help, Stephen Edited August 8, 2023 by CoorlasArchitecture spelling errors
Solution tuanphan Posted August 9, 2023 Solution Posted August 9, 2023 Use this to Custom CSS box /* Homepage - Mobile - Slideshow */ @media screen and (max-width:767px) { body.homepage .gallery-fullscreen-slideshow { height: 30vh !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!)
CoorlasArchitecture Posted August 10, 2023 Author Posted August 10, 2023 Perfect! Thanks so much! tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment