slidebox-js
Version:
A jQuery plugin for easy creation of responsive lightbox-style media galleries and carousels.
23 lines (15 loc) • 753 B
Markdown
# slideBox.js
A jQuery plugin for easy creation of responsive lightbox-style media galleries and carousels. Features:
- Groups together your media in a lightbox-style gallery or carousel.
- Autorotating carousels.
- Carousel pager support.
- CSS transitions.
- Basic UI included.
- Lazyloads images and video through [lazysizes.js](https://github.com/aFarkas/lazysizes).
Find the compiled and minified version of the plugin, CSS and images in the directory ‘[dist](https://github.com/carst/slideBox.js/tree/master/dist)’.
See [slidebox.vdmolen.xyz](http://slidebox.vdmolen.xyz) for setup and examples.
## Package Managers
Install from npm:
``npm install slidebox-js --save``
Install from bower:
``bower install slidebox-js --save``