Browse Source

Merge branch 'master' into gh-pages

v1
David DeSandro 12 years ago
parent
commit
4f8b0622c6
  1. 2
      _posts/docs/2010-12-05-layout-modes.mdown

2
_posts/docs/2010-12-05-layout-modes.mdown

@ -67,7 +67,7 @@ A **horizontal** grid layout where items are centered inside each cell. The grid
$('#container').isotope({ $('#container').isotope({
layoutMode: 'cellsByColumn', layoutMode: 'cellsByColumn',
cellsByRow: { cellsByColumn: {
columnWidth: 240, columnWidth: 240,
rowHeight: 360 rowHeight: 360
} }

Loading…
Cancel
Save