jackmoore / zoom

jQuery plugin for zooming images on mouseover.
http://www.jacklmoore.com/zoom/
MIT License
1.54k stars 460 forks source link

Installation instructions #61

Closed tomByrer closed 9 years ago

tomByrer commented 9 years ago

I see that you (or someone) have hosted files on jsDelivr CDN I don't see any installation instructions anywhere, so I'm not sure if they are needed. If that file is needed, I would assume that it would be included inside the JavaScript file to reduce HTTP requests.

jackmoore commented 9 years ago

If that file is needed

What file? I didn't upload these, but if you need instructions on how to use the plugin they are at http://www.jacklmoore.com/zoom/

tomByrer commented 9 years ago

These files: http://cdn.jsdelivr.net/jquery.zoom/1.7.10/grab.cur http://cdn.jsdelivr.net/jquery.zoom/1.7.10/grabbed.cur

Sorry I wasn't clear on usage; I was expecting:

To use this plugin, you need these files... & link to these files...
jackmoore commented 9 years ago

They are not necessary. In the demo.html file (which is in the zip, but not present here on this CDN), these files are used solely the CSS to change the mouse cursor when hovering zoomable images. They are not used by the JS in any way.

tomByrer commented 9 years ago

which is in the zip, but not present here on this CDN

Ah ha, that's where I couldn't figure out what was going on. TY