Skip to content

Instantly share code, notes, and snippets.

@softiconic
Last active December 2, 2023 18:39
Show Gist options
  • Save softiconic/ed46be15019769b20e5acfefb826474c to your computer and use it in GitHub Desktop.
Save softiconic/ed46be15019769b20e5acfefb826474c to your computer and use it in GitHub Desktop.
Items in Isotope Masonry are overlapping.
$(window).on('load', function() {
var $container = $('.members_results');
$container.imagesLoaded( function() {
$container.isotope({
itemSelector : '.block-member',
layoutMode : 'masonry',
percentPosition: true
});
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment