Cloud Zoom Maintenance Release V3.0 rev 1303081245

Sometimes you don't want to show the zoom if the zoom image is the same size as the small image.

There is a new version of Cloud Zoom available that your can download from your account (V3.0 rev 1303081245).

It implements a disableZoom property that can have the following values:

false - has no effect (default value)
true - disables zoom
'auto' - disables zoom only if zoom image will be same size or smaller than small image

If you'd like to apply 'auto' (or true) to all zooms, you can do this before calling CloudZoom.quickStart():

$.fn.CloudZoom.defaults.disableZoom = 'auto';

Gallery elements will work as normal and change the image, even if there is no zoom.