S
S
Smeecy Smeecy2016-05-28 18:57:39
css
Smeecy Smeecy, 2016-05-28 18:57:39

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

2 answer(s)
M
Mr Crabbz, 2016-05-28
@Punkie

<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>

D
Dmitry Khristoev, 2016-05-29
@Haoss

horror

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question