1 - An attempt to replicate the Isotope plugin layout using pure jQuery. Minimum requirements.
Layout pods in a chronological order.
No gaps, similar to pinterest-style sites.
Variable gutter (space between pods).
Handle resize and responsive views.
Customizable.
Do not use margin, instead adjust the gutter property.
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20