dsettings: { magnifyby: 3, //default increase factor of enlarged image duration: 500, //default duration of animation, in millisec mgopacity: 0.2 //opacify of original image when enlarged image overlays it }, cursorcss: 'url(magnify.cur), -moz-zoom-in', //Value for CSS's 'cursor' attribute, added to original image "Magnify" images attributes ---------------------------------- HTML Attribute Description class="magnify" required Required. Give all images you wish to have the magnify capability this CSS class name. data-magnifyby="number" optional Lets you set the magnification power for this particular image. Value should be a number above 1, such as 1.5 or 3 etc. Example: data-magnifyduration="number" optional Lets you set the duration of the animation for this particular image. Value should be a number denoting milliseconds, such as 500 for 1/2 second, 2000 for 2 seconds etc. Example: ------------------ Zoom in on Sarah