Answer the question
In order to leave comments, you need to log in
How can I make the background image change along with the main slider?
There is an ordinary slider with textual information. How can I make the background image change when changing the slide with text? How to implement this? I use slick-slider.
Slider example
Answer the question
In order to leave comments, you need to log in
well, insert an image into each slide, you can use it as a background
<div class="slide" style="background-image(img/slide.jpg);">
<div class="text">Тут текст</div>
</div>
.slide{
background-size:cover;
background-repeat:no-repeat;
background-position:center top;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question