Viewing 5 reply threads
You must be logged in to reply to this topic.
I have the Codeless slider on my home page and this looks fine on certain screen resolutions but not others. How can I make the image on the slides look the same on each type of screen resolution please? The slide I am using at the moment (will add more later) looks ok on 1920 x 1080 but is missing most of the image on 2560 x 1440. The same slide on 1280 x 1024 has the image half shown. The text in all cases looks fine but the image changes every time. Is there a way to make the image stay the same size on the slide for different resolutions please?
Hello,
May i please see some screenshots? I did a check in browser simulated screens, but i don’t see the issue. See screenshot: https://ibb.co/PFFPwSn
Best regards!
Hello,
Please add this code into your Custom Css box:
.codeless_slider .swiper-slide {
position: relative;
background-size: auto !important;
background-attachment: inherit !important;
}
It should fix it. Let me know.
Best regards!
You must be logged in to reply to this topic.