Socket
Socket
Sign inDemoInstall

ez-plus

Package Overview
Dependencies
1
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ez-plus

A jQuery image zoom plug-in, with tints, easing and gallery integration.


Version published
Weekly downloads
2.1K
decreased by-12.15%
Maintainers
1
Install size
102 kB
Created
Weekly downloads
 

Changelog

Source

1.2.1 (2017-03-March)

  • NPM: Fixes delayed version

  • NPM: Add main property to package.json to support vanilla require statement

  • CORE: add a update left

  • CORE: use a function to change the offset in new container

  • CORE: added lens override for window width to 0 (default value can create unwanted scroll on mobile devices);

  • CORE: tint image src changed to thumbnail src instead of zoom image src

  • CORE: fixed lensColour tint override to 'transparent' instead of 'none';

  • CORE: style reformated and removed duplicate rules applied in getWindowLensStyle();

  • CORE: added missing cursor rule for lens type.

  • CORE: fixed lens and inner zoom not working for touchmove action;

  • CORE: added lensColour as background-color to lens style;

  • CORE: style rules reformat;

  • CORE: isInteger IE fix

<a name="1.2.0"></a>

Readme

Source

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.

Keywords

FAQs

Last updated on 06 Mar 2017

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc