Peter Browse
Results
2
comments of
Peter Browse
Absolute life saver Kwilsbach, this issue pretty much blows the otherwise awesome plugin up. Can confirm the suggested fix by Kwilsbach, above works perfectly!
If anyone has multiple masonry/isotope grids on the same page, you'll have to use something like the below to apply imageLoaded to each individual instance: `var grids = document.querySelectorAll('.grid'); grids.forEach(function(grid)...