Reply To: Combine Instagram Feed with Masonry

#10044660
Support
Keymaster

Hi,

Open the file: /js/examples/examples.instagramFeed.js

And add this:

$('.instagram-feed').isotope({
	itemSelector: '.col-12',
	layoutMode: 'masonry',
	filter: '*',
	stagger: 30
});

Best Regards.