- Clone it on local machine, then open
main.htm
. No local server needed. - You may change
img_dir
to your own image directory. You may also changeimg_name_style
inscript/script.js
to match your image name style. - Scripts are intentionally loaded synchronously, because this project is designed to be opened directly from local machine. Modern browsers impose CORS restrictions, so functions like
$.getScript()
will fail.
This project is designed to be opened from local PC -- NO security method is implemented. So do NOT run it on public server.