EstherB Posted September 6 Share Posted September 6 Site URL: https://www.wolfgangwoodwork.com Hi, I'm losing my mind over here. Anyone able to help me please? I'm looking to keep the slideshow on the main page, but have it so that it resizes to whatever the screen size is without cropping off the edges of the image? (See below image of logo being cropped) I also need it to do the same for mobile. Am really stuck and have tried so many different options. If anyone could help I would be so thankful! Thanking you in advance Esther Link to comment
tuanphan Posted September 10 Share Posted September 10 Try this to Website Tools > Custom CSS .gallery-fullscreen-slideshow { height: clamp(0px, 56.25vw, 85vh) !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!) Link to comment
EstherB Posted September 14 Author Share Posted September 14 Thank you. Is it possible to change the slideshow to one way on mobile, but have it this way on desktop? Link to comment
tuanphan Posted September 17 Share Posted September 17 On 9/14/2024 at 7:09 AM, EstherB said: Thank you. Is it possible to change the slideshow to one way on mobile, but have it this way on desktop? Use this code @media screen and (max-width:767px) { .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!) Link to comment
EstherB Posted October 7 Author Share Posted October 7 Thank you Tuanphan. Really appreciate your help. Is it possible to disable the Lightbox on mobile only? (gallery page) Link to comment
tuanphan Posted Tuesday at 10:26 AM Share Posted Tuesday at 10:26 AM On 10/7/2024 at 9:28 AM, EstherB said: Thank you Tuanphan. Really appreciate your help. Is it possible to disable the Lightbox on mobile only? (gallery page) You can follow this 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!) Link to comment
Solution EstherB Posted Tuesday at 11:17 AM Author Solution Share Posted Tuesday at 11:17 AM Thank you very much. You have been so helpful. 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