Browse Source

default layout mode is masonry

pull/563/head
David DeSandro 11 years ago
parent
commit
fac53b6a89
  1. 1
      js/isotope.js

1
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
});

Loading…
Cancel
Save