Piow
A simple one page image gallery
Screenshots
Setup
1. upload to your www root
2. configure
if installed in a sub-domain you may need to edit config/piow.php
$imagesDir = '/images/';
to something like
$imagesDir = '/<subdomain>/<optionnal_folder>/images/'
3. upload images to the images folder
Images
- there’s no image processing (resize, preview creation), there are enough tools for that.
- recommended image size 2400x1800p
- recommended preview size 150x113px
- previews must be named : prev-<original_file_name>
- upload all images in the images folder
Usage
- view image : click on a preview
- view next image : click on right side of image or keyboard ‘arrow right’
- view previous image : click on left side of image or keyboard ‘arrow left’
- close image : click on top right cross or keyboard ‘x’ or keyboard ‘ESC’