jQuery(window).load(function () { 'use strict'; //ISOTOPE START jQuery('.blog-posts').each(function () { // cache container var $blogmasonry = jQuery(this); // initialize isotope $blogmasonry.isotope({ masonry: { columnWidth: 1, isResizable: true } }); }); });