https://github.com/danvk/expandable-image-grid
A grid of expandable images, similar to Google Image Search
https://github.com/danvk/expandable-image-grid
Last synced: 10 months ago
JSON representation
A grid of expandable images, similar to Google Image Search
- Host: GitHub
- URL: https://github.com/danvk/expandable-image-grid
- Owner: danvk
- License: mit
- Created: 2014-03-06T00:42:33.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-11T00:59:00.000Z (almost 12 years ago)
- Last Synced: 2025-04-08T18:21:21.449Z (over 1 year ago)
- Language: JavaScript
- Size: 243 KB
- Stars: 16
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/danvk/expandable-image-grid.svg?branch=master)
expandable-image-grid
=====================
A grid of expandable images, similar to Google Image Search.
Features:
1. Dynamic resizing of images to get a clean right margin.
2. Animated inline expansion of images.
3. Flexible content in the expanded view.
See demo.html to get a sense for how this works.
Based on [this article on codrops](http://tympanus.net/codrops/?p=14530) and [this project](https://github.com/codrops/ThumbnailGridExpandingPreview/blob/master/README.md).