A
A
azaza2019-01-20 17:57:32
Slick
azaza, 2019-01-20 17:57:32

Slick slider padding?

tell me how to set indents between slides in this design,
for example. in the owl carousel margin is prescribed,
then here I understand without a dance with a tambourine in any way

<div class="slick">
  <div>your content</div>
  <div>your content</div>
  <div>your content</div>
</div>

<script>

$('.slick').slick({
  lazyLoad: 'ondemand',
  slidesToShow: 3,
  slidesToScroll: 1,
  arrows:true,
   ariableWidth: true,
  centerPadding:'20px'
 
  
});



</script>

on css

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question