# ez-plus

> A jQuery image zoom plug-in, with tints, easing and gallery integration.

Latest version **1.2.1** (published 2017-03-06) · MIT license · 0 weekly downloads

## Install

```sh
npm install ez-plus
pnpm add ez-plus
yarn add ez-plus
bun add ez-plus
```

## Health

**Score 23/100 (F)** — status: abandoned.

Positive: has types package; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.1 |
| Published | 2017-03-06 |
| First published | 2015-06-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/ez-plus) |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 167 |
| Author | Andy Eades |
| Maintainers | igorlino |
| Keywords | zoom, effects, elements, zooming |

## Links

- npm: https://www.npmjs.com/package/ez-plus
- Repository: https://github.com/igorlino/elevatezoom-plus
- Homepage: http://igorlino.github.io/elevatezoom-plus/
- Issues: https://github.com/igorlino/elevatezoom-plus/issues
- npm.io page: https://npm.io/package/ez-plus

## Recent versions

- 1.2.1 (latest) — 2017-03-06
- 1.1.20 — 2016-04-28
- 1.1.19 — 2016-03-23
- 1.1.18 — 2016-02-08
- 1.1.12 — 2015-08-08
- 1.1.11 — 2015-07-26
- 1.1.5 — 2015-06-18
- 1.1.4 — 2015-06-18

## README

[jQuery ElevateZoom Plus Plugin](http://igorlino.github.io/elevatezoom-plus/)
================================
Current Version: 1.2.1

[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

- Fully Customisable
- Coloured Tints
- [Fancybox-Plus](http://igorlino.github.io/fancybox-plus/) and [Colorbox](http://www.jacklmoore.com/colorbox/) Gallery Support
- Variable zoom on mouse scroll
- External Controls
- Window Zoom, Lens Zoom and Inner Zoom
- Free to use under MIT
- JQuery plug-in
- AngularJS directive available: [angular-elevatezoom-plus](https://github.com/igorlino/angular-elevatezoom-plus)

## Installation

Via [Bower](http://bower.io/):

```bash
bower install ez-plus
```

Via [npm](https://www.npmjs.com/):

```bash
npm install ez-plus
```

In a browser:

```html

<script src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.20/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.

---
_Source: https://npm.io/package/ez-plus · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
