desandro / masonry
- Source
- Commits
- Network (20)
- Issues (3)
- Downloads (3)
- Wiki (1)
- Graphs
-
Branch:
master
masonry /
| name | age | message | |
|---|---|---|---|
| |
README.md | Sat Sep 04 06:46:49 -0700 2010 | |
| |
docs/ | Sat Sep 04 07:00:04 -0700 2010 | |
| |
jquery.masonry.js | Fri Sep 03 20:30:09 -0700 2010 | |
| |
jquery.masonry.min.js | Sat Sep 04 07:00:04 -0700 2010 |
README.md
jQuery Masonry
Masonry is a layout plugin for jQuery. Think of it as the flip side of CSS floats. Whereas floating arranges elements horizontally then vertically, Masonry arranges elements vertically then horizontally according to a grid. The result minimizes vertical gaps between elements of varying height, just like a mason fitting stones in a wall.
The primer in docs/index.html has all the documentation to get you started.
Code repository: github.com/desandro/masonry
View the docs live: desandro.com/demo/masonry/docs
Copyright (c) 2010 David DeSandro, licensed MIT