Skip to main content
Slick is a fully responsive carousel jQuery plugin that just works. With over 28,000 stars on GitHub, it’s battle-tested and production-ready.

Why Slick?

Slick Carousel is a powerful, flexible, and fully-featured carousel plugin that handles everything from simple image sliders to complex product showcases.

Fully Responsive

Scales perfectly with any screen size and orientation

Touch Enabled

Native touch and swipe support for mobile devices

Infinite Looping

Seamless infinite scrolling in both directions

Highly Customizable

Over 50 settings to configure exactly what you need

Quick Start

Get up and running with Slick in minutes.
1

Install via CDN or package manager

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css"/>
<script src="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js"></script>
2

Add your HTML markup

<div class="your-slider">
  <div><img src="image1.jpg" alt="Slide 1"></div>
  <div><img src="image2.jpg" alt="Slide 2"></div>
  <div><img src="image3.jpg" alt="Slide 3"></div>
</div>
3

Initialize Slick

$('.your-slider').slick({
  dots: true,
  infinite: true,
  speed: 500,
  slidesToShow: 1,
  slidesToScroll: 1
});

View Full Quickstart Guide

Learn more about installation options and basic configuration

Key Features

Autoplay

Automatic slide rotation with pause on hover

Lazy Loading

Load images on demand for better performance

Center Mode

Highlight the current slide with partial prev/next visibility

Vertical Mode

Slide vertically instead of horizontally

Variable Width

Support for slides with different widths

Sync Sliders

Synchronize multiple sliders together

Explore the Docs

Installation

Install via npm, CDN, or download directly

Configuration

Learn about all available settings and options

API Methods

Control your slider programmatically

Events

Hook into slider events for custom behavior

Advanced Features

Discover advanced capabilities and techniques

Examples

See real-world examples and demos

Browser Support

Slick works on IE8+ and all modern browsers including Chrome, Firefox, Safari, and Edge.

Learn More

View detailed browser compatibility information