To answer your questions:
Code:
the instructions say to download jquery.magnifier.js! Newbie here... what am I supposed to do with it? Is is supposed to go onto the server?
Yep, you'll need to upload both the .js and .cur files to your server, by default, in the same directory as the page using the script.
The width/height attributes inside the image should be that of the image's *original* dimensions. The magnification amount is specified using another attribute:
Code:
<img src="ocean.gif" class="imagewarp" data-magnifyby="2.5" style="width:200px; height:150px" />
Bookmarks