https://www.drupalsystems.com
https://www.drupalsystems.com
https://www.drupalsystems.com

This project is not covered by Drupal’s security advisory policy.

Slick plugin provides full width slider, carousel, slideshow, responsive slider, variable width slider, dynamic height slider, center mode slider, lazy loading and thumbnail sliders.

Demo:

https://www.drusys.com/demo/corporate-template

http://kenwheeler.github.io/slick (Source code)

Usage

Install the module as usual. Add the below code to see the demo.

HTML

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

JS

$(document).ready(function(){
  $('.slick-demo').slick({
    slidesToShow: 3,
    slidesToScroll: 1,
    autoplay: true,
  });
});
Supporting organizations: 

Project information

Releases