Browse Source

docs : typo cellsByColumn example. Thx Jared Laser!

pull/14/head
David DeSandro 14 years ago
parent
commit
d7217cb7e7
  1. 2
      _posts/docs/2010-12-05-layout-modes.mdown

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

@ -50,7 +50,7 @@ A grid layout where items are centered inside each cell. The grid is defined by
{% highlight javascript %}
$('#container').isotope({
layoutMode : 'cellsByRow',
layoutMode : 'cellsByColumn',
cellsByRow : {
columnWidth : 240,
rowHeight : 360

Loading…
Cancel
Save