Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 846 Bytes

README.md

File metadata and controls

42 lines (33 loc) · 846 Bytes

superbly_photos

description

  • single file php photo gallery
  • organize your photos in the folder
  • no database etc needed

demo

http://www.superbly.ch/examples/photos/

installation

create a folder "albums" and subfolders to store images in it. place index.php in root folder.

example:

root
|-- index.php
|-- albums
    |-- album1
    |   |-- image1.jpg
    |   |-- image2.jpg
    |   |-- ...
    |
    |-- album2
        |--image1.jpg
        |--image2.jpg
        |--...

if you want to change the root album folder name change the variable albumdir in the index.php file.