Skip to content

Jskarie/elevatezoom-plus

This branch is 99 commits behind igorlino/elevatezoom-plus:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0a75782 · Dec 15, 2015

History

97 Commits
May 28, 2015
Dec 15, 2015
Dec 15, 2015
May 29, 2015
May 29, 2015
May 29, 2015
May 29, 2015
May 29, 2015
May 29, 2015
May 31, 2015
Jun 2, 2015
May 29, 2015
Jun 2, 2015
May 29, 2015
Jun 23, 2015
Nov 14, 2015
Nov 14, 2015
Jun 26, 2015

Repository files navigation

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

About

Enhanced elevateZoom - A jQuery image zoom plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 53.0%
  • HTML 41.0%
  • CSS 6.0%