Owl Carousel

Touch enabled jQuery plugin that lets you create a beautiful responsive carousel slider.

Official Documentation

Usage

CSS

In order to use this plugin on your page you will need to include the following styles in the Page CSS area from the page’s head section.

<link rel="stylesheet" href="../assets/css/owl.carousel.css">
<link rel="stylesheet" href="../assets/css/owl.theme.default.css">

JS

In order to use this plugin on your page you will need to include the following script in the “Page JS” area from the page’s footer.

<script src="../assets/js/owl.carousel.min.js"></script>