jCarousel
Categories
Component ID
162081
Component name
jCarousel
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
540652
Component created
Component changed
Component body
This module allows developers and themers to make use of the jCarousel jQuery plugin. It includes a developer API that other modules can use, as well as Views integration so that you can turn any list of content or images into a carousel.
Drupal 8
Features
- jCarousel v0.3
- Skins was changes to more modern without names change.
- Built-in Views support. (Views integration was refactored and jCarousel specific pager plugin was implemented to propper handle AJAX-loading slides preload seethis issue) for details
- jCarousel field formater was added.
- Carousel pager/navigation to jump between multiple pages.
- Circular wrapping of items.
- Global load of jcarousel library via admin page was implemented in favor to jcarousel_add for backward compatibility. (Not recomended)
- Help page was refactored according to current module state
- API for direct usage of jCarousel without Views.
- Events handling and settings configuration performs via data attributes
- Skins support was refactored in drupal 8 way via MYMODULE.jcarousel_skins.yml file
Plans
- Responsive related improvements
- Touch screens support related improvements
API Usage
See the help page /admin/help/jcarousel after module instalation.
Drupal 7
Features
- Built-in Views support.
- AJAX-loading of additional items as needed.
- Carousel pager/navigation to jump between multiple pages.
- Circular wrapping of items.
- API for direct usage of jCarousel without Views.
Usage
See the included README documentation for an introduction on using jCarousel.
Note that you will almost certainly need to do custom CSS in your theme in order to use this module. The default CSS only supports 100 pixel square items. A basic understanding of CSS is therefore required to use this module.
Recommended modules
- Views (create carousels without coding)