specifiy masonry width [ci skip]

This commit is contained in:
danielgrippi 2012-04-22 17:05:21 -07:00
parent afc26c684b
commit 98e614bbe8

View file

@ -20,7 +20,10 @@ app.views.Canvas = app.views.Base.extend(_.extend({}, app.views.infiniteScrollMi
mason : function() {
this.$el.isotope({
itemSelector : '.canvas-frame'
itemSelector : '.canvas-frame',
masonry : {
columnWidth : 292.5
}
})
}
}));