Bootstrap works with the Masonry plug-in to implement waterfall layout and bootstrapmasonry

Source: Internet
Author: User

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.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.