David_Ledger Posted September 22, 2021 Share Posted September 22, 2021 Site URL: https://www.shahfoundation.org/ Below my header on the home page, I have placed a Gallery Section with the gallery option type of Slideshow: Full. I have used images sized @2500px W x 600px H with a concentrated center image area of approx. 800px x 600 px for valuable information which I would like to appear on all screen sizes especially when going down to mobile view. This formula seems to work well without additional CSS, however at a certain larger screen size of 3000px on 30in monitor and full screen width on 15" laptop, the images begin to stretch beyond their full size, clipping the top and bottom of the image. I previously have been using: .gallery-fullscreen-slideshow{ height: 46vh!important; } to adjust for the clipping of the image for the specific clipping I have seen, but is there better code to keep the slideshow from clipping at these larger screen sizes with a better responsive solution? Thanks in advance. Link to comment
tuanphan Posted September 24, 2021 Share Posted September 24, 2021 Hi, Where is page in screenshot? 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
David_Ledger Posted September 25, 2021 Author Share Posted September 25, 2021 Top of Home page, 3rd slide in slideshow. Am currently using this code with a little better success, but would love whatever the better code would be to use.: @media only screen and (min-width: 1500px) and (max-width: 5000px){.gallery-fullscreen-slideshow {height: 46vh!important; }} 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