Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/moritzmhmk/pinchlens
- Owner: moritzmhmk
- License: mit
- Created: 2014-01-20T18:05:33.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-08-16T08:46:08.000Z (over 7 years ago)
- Last Synced: 2024-11-29T10:18:00.898Z (2 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)