[jQuery Zoom Plugin](http://igorlino.github.io/elevatezoom-plus/)
================================

[EZ Plus](http://igorlino.github.io/elevatezoom-plus/) is an up-to-date jQuery image zoom plug-in based on [EZ](https://github.com/elevateweb/elevatezoom)

## Features

- Image Zooming
- Easing
- JQuery plug-in

## Installation

Via [npm](https://www.npmjs.com/):

```bash
npm install elevatezoom-plus
```

Via [Bower](http://bower.io/):

```bash
bower install elevatezoom-plus
```

In a browser:

```html
<script src="jquery.ez-plus.js"></script>
```

## Getting Started

Include jQuery and the plug-in on a page. Include your images and initialise the plug-in.

```html
<img id="zoom_01" src='images/large/image1.png' />

<script>
    $('#zoom_01').ezPlus();
</script>
```

For more information on how to setup and customise, [check the examples](http://igorlino.github.io/elevatezoom-plus/).

## License
Licensed under MIT license.
