Cloud Zoom Maintenance Release 2.1 rev 1210171228

If you find the JSON way of specifying options too long, Cloud Zoom will now accept a simpler syntax for specifying the options:

(old JSON way) data-cloudzoom = '{"zoomImage": "/mypath.jpg", "useZoom": "#zoom1"}' 

can now be done like this:

(new short way) data-cloudzoom = "zoomImage: '/mypath.jpg', useZoom: '#zoom1' " 

NOTE: the old JSON way still works.