A simple and elegant web app that lets you view wallpapers from any public GitHub repository containing image files. Enter the URL of the GitHub repository and instantly browse and preview all supported image formats.
- 🖼️ Automatically detects and displays images (
.jpg
,.jpeg
,.png
,.gif
,.webp
) from the specified GitHub repo. - 🔍 Clean and responsive gallery layout.
- 🔗 Click on any image to view it in GitHub.
- ⚡ Fast image loading with lazy loading support.
- 🧼 Minimal and beautiful UI using only HTML, CSS, and JavaScript.
- Clone or download this repository.
- Open
index.html
in your browser. - Enter a GitHub repository URL that contains image files (e.g.,
https://github.com/vishnus1793/WallPaperVisualizer
). - Click "Load Images" to display wallpapers.
- HTML5
- CSS3
- JavaScript (Vanilla)
No external dependencies needed. Works in all modern browsers.
- The default branch is set to
main
. Change this in the code if the repo uses a different branch likemaster
. - Only public repositories are supported (due to GitHub API limitations).
- Ensure your image files are pushed to the repository and not ignored by
.gitignore
.
Feel free to ⭐ the repo if you find it useful!