Picture Lazy Loading

Source: Internet
Author: User

Lazyload is used to load images from longer pages until the page is too long to display them until they are displayed, which speeds up the page display.

1. Use it

Use it to reference only two files, as follows:

<script src= "Jquery.js" ></script><script src= "Jquery.lazyload.js" ></script>

Also add a property to the IMG tag and add a name to the IMG, with the following code:

$ (function () {    $ ("Img.lazy"). Lazyload ();});

2. Add a threshold

You can let it record 200 pixels before it appears on the screen, the code is as follows:

$ ("Img.lazy"). Lazyload ({    $});

3. Event departure

Trigger load using click or onmouseover

$ ("Img.lazy"). Lazyload ({    "click"});

Picture Lazy Loading

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.