Answer the question
In order to leave comments, you need to log in
How to enlarge Slick slider?
On the site, almost at the very bottom, there is a slick slider, but it is not possible to evenly enlarge the slides:
aquaboxmoika.ru/index.html
Answer the question
In order to leave comments, you need to log in
<script type="text/javascript">
$(document).on('ready', function() {
$(".regular").slick({
dots: true,
infinite: true,
slidesToShow: 3,
slidesToScroll: 3
});
$(".center").slick({
dots: true,
infinite: true,
slidesToShow: 3,
slidesToScroll: 3,
});
$(".variable").slick({
dots: true,
infinite: true,
variableWidth: true
});
});
</script>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question