A simple grid display for images such as book covers or movie posters, trading cards, and other portrait images.
- Drag and drop to add images to the grid on the fly (can accept multiple files dropped at once)
- Automatic image loading from the
covers
folder when running locally or serving
- HTML
- CSS
- JavaScript
- PHP
- Clone the repository to your local machine or download the zip file.
- If hosting yourself, place images in the
covers
folder to automatically add them to the grid. - Open
index.html
in your web browser to view the grid.
This project is licensed under the GNU General Public License v3.0 (GPL-3.0). This means that the source code and any modifications to it must be made available under the same GPL-3.0 license.
- Error notification
- Better grid scaling
- Do not add images when source unavailable
- Accept urls as dropped element to allow dragging in images right from web
- Allow html snippet drop to allow multi image drop straight from web
- Button to clear the grid
- Initial commit