professorcloud/cloud-zoom

Cloud-Zoom Jquery plugin

Installs: 351

Dependents: 0

Suggesters: 0

Security: 0

Stars: 110

Watchers: 15

Forks: 68

Open Issues: 6

Language:JavaScript

1.0.2.7 2016-09-05 15:12 UTC

This package is not auto-updated.

Last update: 2024-04-27 12:34:29 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();