Cloud Zoom Maintenance Release 2.1 rev 1211161159

Added a new refreshImage() API call.

This should be called when the small image changes size, e.g. in fluid layouts.

Typically, it would be called when the browser window is resized e.g

$(window).resize( function() { $("#myzoom").data("CloudZoom").refreshImage() } )