https://github.com/integrii/folio-gallery
My adaptations to folio-gallery from http://www.foliopages.com/php-jquery-ajax-photo-gallery-no-database
https://github.com/integrii/folio-gallery
Last synced: 3 months ago
JSON representation
My adaptations to folio-gallery from http://www.foliopages.com/php-jquery-ajax-photo-gallery-no-database
- Host: GitHub
- URL: https://github.com/integrii/folio-gallery
- Owner: integrii
- Created: 2014-11-21T22:50:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-22T21:56:01.000Z (over 10 years ago)
- Last Synced: 2025-01-14T16:35:54.752Z (5 months ago)
- Language: PHP
- Size: 484 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
Awesome Lists containing this project
README
## Overview
folioGallery is an easy to use gallery written by Harry G of foliopages.com. Just drop it on your PHP web server and edit ``foliogallery.php`` to point the ``$mainFolder`` variable to the location of your pictures you want hosted. If you are like me, this makes it super easy to turn your pile of home pictures into a browsable website in just a few minutes!
## DISCLAIMER
I did not create this! [See the original project from foliopages.com here](http://www.foliopages.com/php-jquery-ajax-photo-gallery-no-database).
## Improvements
### Scale
When you have hundreds (or thousands) of page numbers, they would line up off the window and be unclickable. This makes sure that does not happen anymore.
### Pagination
Pages are now shown as numbers instead of circle images