A simple, customizable fullscreen slideshow application built on Windows that automatically displays an unlimited number of GIFs from a single folder.
- Fullscreen display of GIFs
- Automatic cycling through GIFs in a specified folder
- Customizable number of GIFs to display
- Clone this repository:
git clone https://github.com/yourusername/fullscreen-gif-slideshow.git
- Navigate to the project directory:
cd fullscreen-gif-slideshow
- Place your GIF files in the
gifs
folder within the project directory. - GIF files must be numbered 0001.gif, 0002.gif, etc. Use included bat file for renaming numerically.
- Open
index.html
in your web browser. - The slideshow will start automatically, displaying your GIFs in fullscreen mode.
Burger icon in upper right corner opens menu to adjust speed, pause slideshow, and move back 1 gif.
You can customize the number of GIFs to display by modifying line 102.
const numberOfGifs = 15; // Change this number to set the desired number of GIFs
- Modern web browser with JavaScript enabled
- GIF files in the specified folder
This project is open source and available under the MIT License.