1.2.1 • Published 7 years ago

ez-plus v1.2.1

Weekly downloads
1,113
License
MIT
Repository
github
Last release
7 years ago

jQuery ElevateZoom Plus Plugin

Current Version: 1.2.1

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

Features

  • Fully Customisable
  • Coloured Tints
  • Fancybox-Plus and 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

Installation

Via Bower:

bower install ez-plus

Via npm:

npm install ez-plus

In a browser:

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

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

License

Licensed under MIT license.

1.2.1

7 years ago

1.1.20

8 years ago

1.1.19

8 years ago

1.1.18

8 years ago

1.1.12

9 years ago

1.1.11

9 years ago

1.1.5

9 years ago

1.1.4

9 years ago