Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moritzmhmk/pinchlens

A jQuery plugin that adds a magnifying lens to an image. Includes multitouch and scroll-wheel zooming support.
https://github.com/moritzmhmk/pinchlens

Last synced: 15 days ago
JSON representation

A jQuery plugin that adds a magnifying lens to an image. Includes multitouch and scroll-wheel zooming support.

Awesome Lists containing this project

README

        

pinchLens
=========

A jQuery plugin that adds a magnifying lens to an image. Includes multitouch and scroll-wheel zooming support.

#Demo

[Demo](http://htmlpreview.github.io/?https://github.com/moritzmhmk/pinchLens/blob/master/index.html)

#Usage

Adding pinchLens to `$img`

$img.pinchLens()

Or with options:

$img.pinchLens(options)

where options looks like

options = {
size: 50
}

`size` - the size of the lens when zoom-level is one (default: 100)