Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-ez-plus

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-ez-plus

Angular directive for ElevateZoom Plus.

  • 1.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
70
decreased by-52.7%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

FAQs

Package last updated on 06 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc