Private Image Slideshow Viewer
Create an image slideshow from local files with adjustable speed, manual navigation, and full-screen display.
Runs in your browser. No data leaves your device.
Frequently Asked Questions
How does the Image Slideshow work?
Selected images are loaded as local object URLs using URL.createObjectURL(), so no data leaves your browser. A React interval timer cycles through images at the configured speed. Navigation uses pointer event tracking with a 40px horizontal threshold for swipe detection on touch devices, keyboard arrow listeners for desktop, and the Fullscreen API for immersive display.
What image formats are supported?
JPG, PNG, WebP, GIF, BMP, and SVG. Select multiple images from your device or drag and drop them into the tool to build your slideshow.
Can I control the slideshow speed?
Yes. Adjust the interval between slides to display each image for as long as you want. You can also manually navigate forward and backward through the images.