"JavaScript" image loading from blur to clear--image optimization

Source: Internet
Author: User

During the development process, some pictures of the display, loading very slow, and then the image zoom into a thumbnail bar, the speed is fast but unclear, how to deal with such problems, the following to share their own treatment method.

Let the client load a small thumbnail of the pixel first:

 then use JS processing:varNew Image (); //   The large figure function() {   document.getElementById (this . Src;}

Sample code

< Script language= "JavaScript" type= "Text/javascript" >    varnew  Image ();     = "Images/playboy-b.jpg";     function () {        document.getElementById (this. src;    } </script>

Playboy-s is a thumbnail, playboy-b is the complete picture

This enables preloaded thumbnails to eventually display the high-pixel artwork, and the benefit is to prevent users from waiting for images for long periods of time to jump out of the picture or to fret about the product.

Original address: http://www.ibloger.net/article/403.html

"JavaScript" image loading from blur to clear--image optimization

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.