An open API service indexing awesome lists of open source software.

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

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).