Waterfall stream layout and automatic loading implementation code

Source: Internet
Author: User

Since Pinterest has been successfully deployed in a new way, the Internet has seen its layout trend. We call it waterfall stream !! The Internet is prevalent from abroad to China. There are currently beautiful websites in China, such as mogujie.com and huaban.

Waterfall stream has been popular for some time, and many plug-ins are available on the Internet. It is more convenient to use. There are a lot of plug-ins currently used, and there is a juqery plug-in masonry, plug-in address: http://masonry.desandro.com/

Use css to deploy a webpage from top to bottom.
It is more convenient to use:

I first reference the jquery and masonry files and use the following code:
Copy codeThe Code is as follows:
$ (Function (){
Var $ container = $ ('# iner ');
$ Container. imagesLoaded (function (){
$ Container. masonry ({
ItemSelector: '. content_box ',
IsFitWidth: true, // whether the size can be adjusted Boolean
IsRTL: false /// use the layout Boolean from right to left
});
});

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.