specifiy masonry width [ci skip]
This commit is contained in:
parent
afc26c684b
commit
98e614bbe8
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
})
|
||||
}
|
||||
}));
|
||||
|
|
|
|||
Loading…
Reference in a new issue