epicserve / jquery-photo-enlarger

A simple widget to enlarge and shrink photos
http://epicserve.github.io/jquery-photo-enlarger/
MIT License
2 stars 7 forks source link

doc does not match distribution files #2

Open jjt3d opened 9 years ago

jjt3d commented 9 years ago

the instructions on the main github page and in the readme file include this:

the distribution zip file does not include these files.

the distribution zip file includes enlarge and shrink png files. But I do not see those used anywhere.

There are no examples using the options specified.

the demo page -- http://epicserve.github.io/jquery-photo-enlarger/ -- works fine, but I cannot get it to work in my environment. Among other things, it does not use the files referenced above. It shows the enlarge and shrink images. But I do not see them referenced in the source code or any of the css or js files. That totally confuses me. So I am lost as to how to make this work. I must be missing something significant.

epicserve commented 9 years ago

How are you serving your files (e.g. file://, http://)? Make sure you're using http, so if you're just trying this out locally using something like node-static or run python -m SimpleHTTPServer 8000 in the same directory where you're serving the files. Also what console errors are you getting?