professorcloud / cloud-zoom
Cloud-Zoom Jquery plugin
Installs: 356
Dependents: 0
Suggesters: 0
Security: 0
Stars: 112
Watchers: 15
Forks: 67
Open Issues: 6
Language:JavaScript
This package is not auto-updated.
Last update: 2025-02-01 16:04:42 UTC
README
Formerly found here: http://www.professorcloud.com/mainsite/cloud-zoom.htm
License: MIT
Changes since the fork:
- Since version 1.0.2.3 compatible with jquery 1.9.x +
- You can specify the transparentImage for the mousetrap
- You can disable the creation of the wrapper div
- The wrapper div styles are moved to the css file
- The wrapper div has no longer an id, but a css class name instead (cloud-zoom-wrap)
Destroy the instance
This can be useful if you want to click through a gallery, and swap out the zoom image.
$(".cloud-zoom").data("zoom").destroy();