https://github.com/benct/web-gallery
Responsive web gallery script
https://github.com/benct/web-gallery
Last synced: 11 months ago
JSON representation
Responsive web gallery script
- Host: GitHub
- URL: https://github.com/benct/web-gallery
- Owner: benct
- License: mit
- Created: 2015-09-03T16:15:35.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-03T23:09:51.000Z (almost 11 years ago)
- Last Synced: 2025-03-22T22:43:31.100Z (over 1 year ago)
- Language: JavaScript
- Size: 875 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web Gallery
Responsive web gallery script using Photoswipe javascript module.
PHP classes and functions that parse album directories for images and generates HTML for displaying them nicely.
## Usage
Upload images to the images/**albumname**/ directories and open `www.yoursite.com/path/to/index/?generate` to
automatically generate thumbnails for all new images.
## Folders
* __images__ (albums (directories) goes here, with images inside these)
* __photoswipe__ (photoswipe resources)
* __thumbs__ (thumbnails are automatically generated here)
* __uploads__ (uploaded files go here)
Album directory names should be of the format XXName where XX is the ordering, e.g. 01Test Album.
## Photoswipe 4.1.0
https://github.com/dimsemenov/photoswipe
JavaScript image gallery for mobile and desktop.
PhotoSwipe 4.0+ is developed by [Dmitry Semenov](http://twitter.com/dimsemenov).
## License
This project is licensed under the MIT license.
## About
Code developed and maintained by [Ben Tomlin](http://tomlin.no).