A simple gallery built using JavaScript, jQuery and Bootstrap. To make gallery working you need make it run on other than file URI scheme
- Clone or download the repo.
- Start simple python server into directory
python -m SimpleHTTPServer 8000
- Open
http://localhost:8000/
- Yeah! now gallery will be working
- Clone or download the repo.
- Add it your local wamp directory.
- Visit the directory and it will be working.
- Start any other server on root folder.
- Open the respective server URL.
To add more images in gallery
- Add images in
img
directory. - Add appropriate entries in
js/imageData.json
. - And you can see them in gallery.
- Displaying the loading image while all images loaded or some other technique which will manage the UI till all images are being loaded
- Implementation like plugin structure
- Add options like setting different options for gallery
- Optimization of code
- Adding CONTRIBUTING.md