• Stars
    star
    110
  • Rank 315,806 (Top 7 %)
  • Language
    JavaScript
  • Created about 12 years ago
  • Updated about 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Fork of http://www.professorcloud.com/mainsite/cloud-zoom.htm

This is a fork of Version 1.0.2 of Professorclouds cloud zoom.

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();