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