ZoomIt

jQuery plugin that adds simple, highly configurable dynamic zoom functionality for your images.

 

 

Example

Fluffy cute Koala

 

 

Usage

 

  1. Include jQuery <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
  2. Include ZoomIt (CSS / Script) <link rel="stylesheet" media="all" href="dist/styles/zoomit.css">
    <script src="dist/scripts/jquery.zoomit.min.js"></script>
  3. Initialize on image element <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>

 

 

Bower

 

The plugin is available on the Bower registry

bower install --save zoomit

 

 

NPM / Yarn

 

The package is also available via the NPM repository. Simply:

npm install --save zoomit

Or

yarn add zoomit

 

 

Options

 

 

 

Events