Bootstrap works with the Masonry plug-in to implement waterfall layout and bootstrapmasonry
The problem is that when you use the bootstrap raster for layout, if the size exceeds the upper limit, it will automatically go to the next row, but there will be gaps when the image is displayed, the following describes how to fill gaps in masonry.
Good. goods will be delivered below.
1. First, html
Then t. js
$(function() { var $container = $('#masonry'); $container.imagesLoaded(function() { $container.masonry({ itemSelector: '.box', gutter: 20, isAnimated: true, }); }); });
Finally:
Adjust the browser size to display the image in three columns:
Source code download: http://xiazai.jb51.net/201701/yuanma/bootstrappubu (jb51.netw..rar
Reference: http://www.bkjia.com/article/103444.htm
The above is all the content of this article. I hope it will be helpful for your learning and support for helping customers.