Masonry JS Overlapping Items

后端 未结 7 1501
庸人自扰
庸人自扰 2021-01-30 14:37

I have a very strange problem in here: [Referral Link Removed]. The first row product items overlapped with the items in the second row.

The masonry it

7条回答
  •  情深已故
    2021-01-30 15:26

    Loading masonry after window load works for me.

    jQuery(window).on('load', function(){
        //masonry init and options
        // .. codes
    }
    

提交回复
热议问题