A single-file HTML photo gallery for browsing construction site photos organized in folders.
- Single HTML file - No server required, works offline
- Folder navigation - Resizable sidebar with folder tree
- YouTube-style controls - Play/pause slideshow, progress bar, fullscreen
- Thumbnail strip - Quick navigation with horizontal scroll
- Keyboard shortcuts - Arrow keys, Space (play/pause), F (fullscreen)
- Image preloading - Smooth slideshow with 2 images preloaded ahead
- Sorting options - By folder or filename (ascending/descending)
- Responsive - Works on desktop and mobile
- Place
Fotogalerie.htmlin the parent folder containing your image subfolders - Update the
allImagesarray in the script with your image paths - Open the HTML file in any modern browser
project-folder/
├── Fotogalerie.html
├── 2024-01_Folder-Name/
│ ├── image1.jpg
│ └── image2.jpg
└── 2024-02_Another-Folder/
└── image3.jpg
| Key | Action |
|---|---|
← → |
Previous / Next image |
Space |
Play / Pause slideshow |
F |
Toggle fullscreen |
Esc |
Exit fullscreen |
MIT