Masonry images overlapping issue

前端 未结 2 507
渐次进展
渐次进展 2020-12-05 09:04

the title pretty much says everything, I did look into the images plugin from masonry yet I had no luck, I wonder if anyone could help?

The script does many things,

2条回答
  •  误落风尘
    2020-12-05 09:41

     jQuery(function(){
       var $container = $('#container');
       $container.imagesLoaded( function () {
           itemSelector: '.box',
           animate: true
       });
      });
    

    Source: jQuery Masonry Images

提交回复
热议问题