A locally running slideshow for the These Days 10 Year party
- To run the slideshow, open
index.html
. - The slideshow will read an array of photo filenames from
js/photos.js
.
- You can run
make-photos-js.php
with PHP to generate thejs/photos.js
file from all the photo files in thephotos
directory. - If your images are a bit large, you can run
optimize-photos.php
with PHP. It will read all the images from theoriginals
directory and save them into thephotos
directory at a lower resolution.