Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
I think the Slick Slider plugin will do the job just fine, it's simple. Look here )))
The structure will be something like this:
<div class="container">
<div class="slider">
<div class="slider_item">
Здесь Ваша разметка
</div>
<div class="slider_item">
Здесь Ваша разметка
</div>
<div class="slider_item">
Здесь Ваша разметка
</div>
</div>
</div>
$(document).ready(function() {
$('.slider').slick({
slidesToShow: 3,
slidesToScroll: 1,
infinite: true,
dots: true
});
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question