Skip to content

igorlino/angular-elevatezoom-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

de435c2 · Nov 27, 2017

History

54 Commits
Mar 6, 2017
May 29, 2015
Feb 8, 2017
May 29, 2015
May 29, 2015
May 29, 2015
May 29, 2015
May 29, 2015
May 29, 2015
Nov 27, 2017
May 29, 2015
May 29, 2015
Jun 8, 2015
Nov 27, 2017
Nov 27, 2017
Jun 24, 2015

Repository files navigation

Angular EZ Plus is directive for the ElevateZoom Plus library.

Features

  • Image Zooming
  • Easing
  • Angular directive

Installation

Via npm:

npm install angular-ez-plus

Via Bower:

bower install angular-ez-plus

In a browser:

<script src="jquery.ez-plus.js"></script>
<script src="angular-ezplus.js"></script>

Getting Started

Include the ezPlus plug-in and the directive on a page.

<img
    ez-plus 
    ezp-model="{thumb:IMGPATH, small:IMGPATH, large:IMGPATH}"
    ezp-options="{scrollZoom: true, easing: true}"
     id="zoom_01" src='images/large/image1.png' />

For more information on how to setup and customise, check the examples.

License

Licensed under MIT license.