$(document).ready(function(){$('.saasfee_row').find('.__col._isotope > .row').each(function(){let $row=$(this);$row.isotope({itemSelector:'.frame',});$row.imagesLoaded().progress(function(){$row.isotope('layout')})})})