fancybox-plus
Version:
jQuery lightbox and modal window plugin.
44 lines (27 loc) • 1.12 kB
Markdown
[jQuery Fancybox-Plus Plugin](http://igorlino.github.io/fancybox-plus/)
================================
[Fancybox-Plus](http://igorlino.github.io/fancybox-plus/) is an up-to-date jQuery plug-in based on the [FancyBox 1.3](https://github.com/elevateweb/elevatezoom)
## Features
- Modal
- Easing
- JQuery plug-in. Supports JQuery 1.9.
- Integration to latest jQuery [Mouse Wheel Plugin](https://github.com/jquery/jquery-mousewheel)
- Angular directive available at [angular-fancybox-plus](https://github.com/igorlino/angular-fancybox-plus)
## Installation
Via [Bower](http://bower.io/):
```bash
bower install fancybox-plus
```
Via [npm](https://www.npmjs.com/):
```bash
npm install fancybox-plus
```
In a browser:
```html
<script src="[path-to-fancybox]/dist/jquery.fancybox-plus.js"></script>
```
## Getting Started
Include jQuery and the plug-in on a page. Include your images and initialise the plug-in.
For more information on how to setup and customise, [check the examples](http://igorlino.github.io/fancybox-plus/).
## License
Licensed under MIT license.