BCHQ Posted November 15, 2020 Posted November 15, 2020 Site URL: https://bubblegumchique.com/faqs How can I make the slider on this page full-width (no cropping) on Desktop AND Mobile view? The CSS I was given for formatting images doesn't work on sliders. page: https://bubblegumchique.com/faqs section ID: section[data-section-id="5fb06f9590715276662385d7"] collection ID: #collection-5ef962dc97619e09b90cc864 Thank you to anyone who can help me with this.
tuanphan Posted November 15, 2020 Posted November 15, 2020 Add to FAQs Page Settings > Advanced > Header <style> @media screen and (max-width:767px) { .gallery-fullscreen-slideshow-item img { object-fit: contain !important; } .gallery-fullscreen-slideshow { height: 40vh !important; } } </style> 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!)
BCHQ Posted November 15, 2020 Author Posted November 15, 2020 3 hours ago, tuanphan said: Add to FAQs Page Settings > Advanced > Header <style> @media screen and (max-width:767px) { .gallery-fullscreen-slideshow-item img { object-fit: contain !important; } .gallery-fullscreen-slideshow { height: 40vh !important; } } </style> Thank you Tuan. I got the code pasted and working in Mobile mode but the slider still crops in Desktop mode. How can I fix this? Thank you again.
BCHQ Posted November 16, 2020 Author Posted November 16, 2020 I'm still having problems with the slider cropping in desktop mode. Can anyone point me in the right direction? I tried doing a search and most of the results I found are for adjusting the width in Mobile mode. Thanks.
tuanphan Posted November 17, 2020 Posted November 17, 2020 I see desktop fine here. Can you describe in detail? 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!)
BCHQ Posted November 17, 2020 Author Posted November 17, 2020 7 minutes ago, tuanphan said: I see desktop fine here. Can you describe in detail? Here are screenshots of the full browser window showing first two slides in the slideshow. You can see the names are partially cropped out. bubblegumchique.com/faqs
tuanphan Posted November 17, 2020 Posted November 17, 2020 Can you disable auto scroll? We can check easier 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!)
BCHQ Posted November 17, 2020 Author Posted November 17, 2020 5 hours ago, tuanphan said: Can you disable auto scroll? We can check easier I've disabled auto scroll and reduced the slideshow to a single image to simplify things. When the image is fully displayed (no cropping), a brand watermark will be visible in the lower right corner of the image. Thank you again.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.