我有一个内置同位素容器的页面http://www.nationalpaymentcard.com/products
现在在一些浏览器上,我注意到它工作正常,但有时我会遇到这个问题
这是我的同位素 js 代码
//Isotope sorting
var $container = $('.projects');
$('.projects').isotope({
layoutMode : 'straightDown',
filter: '.sort_category1',
resizesContainer: true,
resizable: true,
});
不知道为什么我会遇到这个问题,一直在用检查元素挖掘它,但似乎无法理解为什么。
提前致谢!