igorlino / elevatezoom-plus

Enhanced elevateZoom - A jQuery image zoom plugin
http://igorlino.github.io/elevatezoom-plus/
MIT License
162 stars 78 forks source link

jQuery ElevateZoom Plus Plugin

Current Version: 1.2.5

EZ Plus is an up-to-date jQuery image zoom plug-in based on EZ

Features

Supported Browsers

Installation

Via Bower:

bower install ez-plus

Via npm:

npm install ez-plus

In a browser:


<script src="https://cdn.jsdelivr.net/gh/igorlino/elevatezoom-plus@1.2.3/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.

<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.

Do you have a question?

The issue tracker is for issues, in other words, bugs and suggestions. If you have a question, please use Stack Overflow, your favorite search engine, or other resources. Due to increased similar type of questions, we can no longer answer questions in the issue tracker.

License

Licensed under MIT license.