Reply To: Combine Instagram Feed with MasonrySupport2024-04-13T23:20:12+00:00 April 13, 2024 at 11:20 pm #10044678 SupportKeymaster Hello, try to add this on js/custom.js: $('.instagram-feed').addClass('portfolio-list'); if( $('.instagram-feed').length ) { setInterval(function () { try { $('.instagram-feed').isotope('layout'); } catch (err) {} }, 1000); }