-
Issue description:
I’d like the images to be full width on mobile, it’s a simple image slider, and I don’t want the images being cropped on mobile. -
Link to the page with the widget in question:
You try adding this code into Custom CSS tab
@media screen and (max-width:767px) {
.eapp-slider-slider-component div:empty {
background-size: contain !important;
background-repeat: no-repeat;
}
.eapp-slider-slider-component.jsx-1053260649 .eapp-slider-slider-slider {
height: 150px !important;
}
}
1 Like
That worked great, thank you so much
1 Like
Hello guys @Frank11 @tuanphan! @Frank11 welcome to Elfsight Community
@tuanphan is absolutely right! Thank you so much for your perfect assistance
If anything comes up, please feel free to contact us.
Have a great day
1 Like
@tuanphan so happy to see you back!
Many thanks for your help!
2 Likes