diff --git a/js/isotope.js b/js/isotope.js index 7746138..a1ebc5a 100644 --- a/js/isotope.js +++ b/js/isotope.js @@ -46,6 +46,7 @@ var getText = docElem.textContent ? function isotopeDefinition( Outlayer, getSize, matchesSelector, Item, LayoutMode ) { // create an Outlayer layout class var Isotope = Outlayer.create( 'isotope', { + layoutMode: "masonry", isJQueryFiltering: true, sortAscending: true });