Owl Carousel
This module integrates Owl Carousel, a touch-enabled jQuery plugin for creating responsive carousel sliders. It provides a Views style plugin and a field formatter for displaying content in a customizable carousel.
This module integrates Owl Carousel, a touch enabled jQuery plugin that lets you create a beautiful, responsive carousel sliders.
It boasts the following features;
- Responsive
- Touch Events
- Mouse Slide Events
- Fully Customizable
- Choose the number of items to be displayed
- Multiple Sliders
- CSS3 3d Transitions
- Custimizable controls
- JSON
- Custom events
- Helpful callbacks
Drupal 8 & 9 Version
- Field formatter
- Views plugin
Installation with drush
composer require 'drupal/owlcarousel:^3.1'drush owlcarousel2:plugin
Installation with composer
composer require 'drupal/owlcarousel:^3.1'composer config repositories.owlcarousel2 '{"type":"package","package":{"name":"owlcarousel2/owlcarousel2","version":"2.3.4","type":"drupal-library","dist":{"type":"zip","url":"https://github.com/OwlCarousel2/OwlCarousel2/archive/2.3.4.zip"}}}'composer require owlcarousel2/owlcarousel2
Manual installation
composer require 'drupal/owlcarousel:^2.0@RC'- Download the 2.3.4 OwlCarousel2 release from Github
- Change the directory name to
owlcarousel2 - Add directory to your libraries directory so the path becomes
/libraries/owlcarousel2/dist/owl.carousel.js
Drupal 7 Version
The primary module is comprised of three sub modules providing a views style, field formatter & administration UI. The administration form leverages the variable module providing multilingual support out of the box.
Installation
Please follow these instructions for installation & configuration of Owl Carousel.
Requirements
- Views (https://drupal.org/project/views)
- Variable (https://drupal.org/project/variable)
- jQuery Update (https://drupal.org/project/jquery_update)
version 1.x requires Owl Carousel library (1.x).
link: https://github.com/InchoonPark/meteor-owl-carousel-1/
version 2.x requires Owl Carousel library (2.x).
link: https://github.com/OwlCarousel2/OwlCarousel2
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.