Fix bug.
This commit is contained in:
parent
b20cacc50e
commit
2d55dd83c3
|
@ -2439,8 +2439,8 @@ var wpex = {};
|
|||
layoutMode: $container.data('layout-mode') ? $container.data('layout-mode') : 'masonry',
|
||||
filter: activeItems
|
||||
})
|
||||
$grid.on( 'arrangeComplete', function(){
|
||||
/* something event to run after isotope */
|
||||
$grid.on( 'layoutComplete', function(){
|
||||
self.equalHeights();
|
||||
});
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue