Categories

Lazy Load

Stacy Martin August 27, 2015
No votes yet.
Please wait...

Lazy Load is jQuery plugin designed to load images or other content with delay purposely in order to optimize page loading speed. The principle of the work is the following: images located below visible screen area won’t load until page is scrolled down. Plugin allows loading images with animation effect: fadein. Thus images can be loaded from left to right and vise versa.

Basically, page won’t load until all the pages content text, images, scripts are loaded by browser. Lazy Load plugin makes content appear in parts, in this way visitors don’t have to wait until all the content is loaded. It also makes content appear smoothly, in rather amiable way.

Lazy Load plugin script is usually implemented in HTML or PHP files. In CMS and e-commerce themes, plugin can be disabled from admin panel.

One of important rules for plugin usage is to assign classes to different groups of images: notify plugin what images should be loaded with lazy load effect.

Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket

Comments are closed.