Diego
Diego
Hi, I can take a look next week
@nicolas-t I rebased this branch on top of the current master. I'm sending a second PR to the rollup branch, but maybe this one can be merged too. I see...
For those who still have this problem, this is working for me as of today: ``` var $gallery = $('yourCssSelector'); $gallery.justifiedGallery({ ...yourOptions... }).on('jg.complete jg.resize', function(e){ var $this = jQuery(this); var...
On mobile you could detect when a user suddenly scrolls up. I see that's what wisepops does