Fully Customize, Responsive & Flexible jQuery Carousel Plugin – slick

Slider-Carousel
Fully Responsive & Flexible jQuery Carousel Plugin - slick
File Size: 84.06 KB
Views Total: 3535 views
Last Update:March 28, 2024
Publish Date: March 24, 2014
Official Website: Go to website
License: MIT
Plugin Author:
Demo    Download

Slick slider is a jQuery Plugin. this plugin is fully customizable, responsive and mobile friendly carousels/sliders free jQuery plugin, add slick css & js with jQuery library in your webpage or mobile app it work any html elements.

Features:

  • Fully responsive. Scales with it’s container.
  • Uses CSS3 when available. Fully functional when not.
  • Swipe enabled. Or disabled, if you prefer.
  • Infinite looping.
  • Autoplay, dots, arrows, callbacks, et

How to use :

Add the slick CSS and theme CSS in the head section of the web page.

<link rel="stylesheet" href="/path/to/slick.css">
<link rel="stylesheet" href="/path/to/slick-theme.css">

Add jQuery library after add slick.js of the web page.

<script src="/path/to/jquery.min.js"></script>
<script src="/path/to/slick.js"></script>

Add Html contents you want to slide in DIV elements.

<div class="slider demo">
  <div> Slide  1 </div>
  <div> Slide  2 </div>
  <div> Slide  3 </div>
  ...
</div>

Initialize your slider in your script file or an inline script tag.

$(document).ready(function(){
  $('.demo').slick();
});

Done

Thanks for make jQuery plugin is developed by For more Helpfull for users, please check the demo page or visit the official website.
List Of Version :
  • v1.8.1
  • 1.8.0
  • 1.7.1
  • 1.6.0
  • 1.5.9
  • 1.5.8
  • 1.5.7
  • 1.5.6
  • 1.5.5
  • 1.5.4
  • 1.5.3
  • 1.5.2
  • 1.5.1
  • 1.5.0
  • 1.4.1
  • 1.4.0
  • 1.3.15
  • 1.3.14
  • 1.3.13
  • 1.3.12
  • 1.3.11
  • 1.3.10
  • 1.3.9
  • 1.3.8
  • 1.3.7.1
  • 1.3.7
  • 1.3.6
  • 1.3.5
  • 1.3.4
  • 1.3.3

guri singh

My name is Guri. I love to write tutorials and tips that can help to other artisan. I am a big fan of PHP, Javascript, JQuery, Laravel, Codeigniter, VueJS, AngularJS and Bootstrap from the early stage.