O
O
Oslar2015-02-11 20:36:04
css
Oslar, 2015-02-11 20:36:04

How to make two sliders with different styles using the slick plugin?

I can only do one, how can I do another one with different parameters using the slick plugin

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Taratin, 2015-02-11
@Oslar

Use different selectors

$('.first-items').slick({
  infinite: true,
  slidesToShow: 3,
  slidesToScroll: 3
});

$('.second-items').slick();

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question