• How can I add some slick js options?

    For instance, I want there to always be a maximum of 3 thumbnails visible.

    normally I would do:

    $('.multiple-items').slick({
      infinite: true,
      slidesToShow: 3,
      slidesToScroll: 3
    });
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding slick js options’ is closed to new replies.