├── .gitignore ├── LICENSE.md ├── README.md ├── demo.html ├── jquery.bsPhotoGallery.css └── jquery.bsPhotoGallery.js /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelsoriano/bootstrap-photo-gallery/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelsoriano/bootstrap-photo-gallery/HEAD/README.md -------------------------------------------------------------------------------- /demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelsoriano/bootstrap-photo-gallery/HEAD/demo.html -------------------------------------------------------------------------------- /jquery.bsPhotoGallery.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelsoriano/bootstrap-photo-gallery/HEAD/jquery.bsPhotoGallery.css -------------------------------------------------------------------------------- /jquery.bsPhotoGallery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelsoriano/bootstrap-photo-gallery/HEAD/jquery.bsPhotoGallery.js --------------------------------------------------------------------------------