Hello,
I want a static background for my Layer Slider, which doesn’t change when the next Slide comes. How does it work?
Thanks!
Hi!
Try setting that in Slider Settings > Appearance.
Cheers!
Josue
Hey!
Try changing the ‘Slider width’ setting to the width of your background image.
Cheers!
Josue
Thanks for the fast reply.
I did what you said and on my 22″ Display it works perfect in full screen mode. But when it starts to be responsive (under 1440px. otherwise you will not see the images and the text), the background image looks pixelated and the images and the text is at a wrong place on the background.
Hi!
It looks fine on my end, can you post a screenshot of your view depicting the issues you mention?
Best regards,
Josue
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) {
.ls-inner {
background-size: cover !important;
background-repeat: no-repeat;
}
}
Cheers!
Josue
It works perfectly. Best solution. Thanks for the great support!