diff --git a/_posts/docs/2010-12-05-layout-modes.mdown b/_posts/docs/2010-12-05-layout-modes.mdown index b22d3e3..d0de3db 100644 --- a/_posts/docs/2010-12-05-layout-modes.mdown +++ b/_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({ layoutMode: 'cellsByColumn', - cellsByRow: { + cellsByColumn: { columnWidth: 240, rowHeight: 360 }