k8pq Posted September 12, 2023 Share Posted September 12, 2023 WEBSITE: www.kinsmenjournal.com I cannot figure out how to make the slideshow block on this page to show fullscreen on mobile. I've added the following code (after searching through the forums) to no avail. /* Mobile - Resize Slideshow */ @media screen and (max-width:767px) { .user-items-list-item-containersection[data-section-id="65008546b0a7dc7678e8877d"]ul { min-height: unset !important; height: 300px; } .user-items-list-item-containersection[data-section-id="65008546b0a7dc7678e8877d"] img { object-fit: contain !important; height: auto !important; } } Link to comment
Solution tuanphan Posted September 14, 2023 Solution Share Posted September 14, 2023 Your code is for List Section, but you are using Gallery Block slideshow Use this new code @media screen and (max-width:767px) { body.homepage .gallery-block, body.homepage .gallery-block .slide { height: 100vh !important; } } Ziggy 1 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
k8pq Posted September 14, 2023 Author Share Posted September 14, 2023 @tuanphan You're the best! Thank you so much. That looks killer. tuanphan 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