Description
This plugin is the a no brain solution to implement lazy loading on your website. After activated the plugin will only load the images when they are needed to be shown to user.
This plugin replaces all your images by a placeholder and it loads the content when gets closer to the browser viewport, when visitor scrolls down.
Will work on your theme images
Unlike most of the lazy loading plugins, SW Lazy Load makes a complete page parse for images to apply the rules. This ensures that the images you use on your themes will also be covered with the lazy loading.
The plugin uses the ‘unveil.js’ as support for the functionality. Credits for this lib on ( https://github.com/luis-almeida/unveil )
Please let me know if you need further help with the plugin.
Installation
This section describes how to install the plugin and get it working.
- Upload
sw-lazy-load
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- All good to go
Reviews
There are no reviews for this plugin.
Contributors & Developers
“SW Lazy Load” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “SW Lazy Load” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.4.0
- Adding work around to fix gravatars issue reported by users
0.3.3
- Removing previous changes, malfunction
0.3.2
- Improving the wp_enqueue_script call, removing WP_DEBUG = true warnings
0.3.1
- Removing warnings resulting from ivalid html5 headers
0.3
- First plugin version