Skip to content
forked from desandro/masonry

The flip-side of CSS Floats. jQuery plugin that rearranges item elements to a grid.

Notifications You must be signed in to change notification settings

erdogan/masonry

This branch is 185 commits behind desandro/masonry:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e72dcf1 · Oct 16, 2011
Jul 26, 2011
Oct 8, 2011
Oct 8, 2011
Aug 20, 2011
May 25, 2011
May 25, 2011
Aug 16, 2011
Oct 5, 2011
Oct 16, 2011
Oct 16, 2011
Jul 26, 2011

Repository files navigation

jQuery Masonry

Masonry is a dynamic grid 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, positioning each element in the next open spot in the grid. The result minimizes vertical gaps between elements of varying height, just like a mason fitting stones in a wall.

This package has all the documentation and demos to get you started.

View this project live at http://masonry.desandro.com.

Viewing this project locally

Via download

You can download a zip of all the flat HTML files from http://meta.metafizzy.co/files/masonry-site.zip.

Via Jekyll

The documentation and demo pages are generated using Jekyll. With Jekyll installed, you can clone this repo and run Jekyll from Terminal:

git clone https://github.com/desandro/masonry.git
cd masonry/
jekyll --server --auto

Then view the live site at http://localhost:4000.


Copyright (c) 2011 David DeSandro

About

The flip-side of CSS Floats. jQuery plugin that rearranges item elements to a grid.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published