И
Size: a a a
И
И
$(document).ready(function(){
function setHeight(){
$(".grid-item").each(function(){
let hg = $(this).find(".products__item-top").find("img").height();
let hgs = hg + 100;
console.log(hgs);
$(this).height(hgs);
var $grid = $('.grid').masonry({
// options
itemSelector: '.grid-item',
});
});
}
setTimeout(setHeight, 2000);
})
SI
SI
H
ПП
Д
ПП
Д
SI
ПП
ПП
ПП
ПП
ПП
Д
ab
ПП
Д