Photogram is an interactive image gallery that displays images in a 3x3 grid format. Users can click on thumbnails to view larger versions of the images in a modal with a dark overlay.
photogram
├── css
│ └── styles.css
├── js
│ └── scripts.js
├── imgs
│ └── (your images here)
├── index.html
└── README.md
- 3x3 grid layout for image thumbnails
- Clickable thumbnails that open a modal with a larger view of the image
- Dark overlay for better visibility of the enlarged image
- Responsive design for various screen sizes