目前效果如下,吓不吓人?惊悚不惊悚? 其实前面有部分是正常的...
,@ShiningRay 正解,加载完图片后再用,就是在 imagesLoaded 中调用 isotope,一点儿不复杂哟
var el = $(data.html);
el.imagesLoaded(function () {
$container.append(el);
$('.feed-container .feed').width(colW - 50);
$container.isotope('appended', el, function(){
request_finished = true;
});
})