Ultra simple 2 pages web site that lists all photos from specified folder. Mobile friendly.
All configuration is in web.config:
- <add key="photosFolder" value="D:\Pictures"/>
- <add key="thumbnailCountPerPage" value="12"/>
- <add key="thumbnailCountInRow" value="4"/>
- <add key="thumbnailWidth" value="200"/>
- <add key="thumbnailHeight" value="200"/>
- <add key="previewWidth" value="1024"/>
- <add key="previewHeight" value="768"/>
License
This product is free. It is under MIT license.
Download
GitHub
You can download source code from my GitHub page. Feel free to contribute there by committing your improvements for this project.
Other Projects
See my
other projects.
Comments