angular-ez-plus

Angular directive for ElevateZoom Plus.

Usage no npm install needed!

<script type="module">
  import angularEzPlus from 'https://cdn.skypack.dev/angular-ez-plus';
</script>

README

Angular EZ Plus

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.