=== Ai Loader (jQuery Lazy Load) ===
Contributors: borisschapira
Tags: images, jquery, javascript, optimization, lazyloading
Requires at least: 3.0
Tested up to: 3.0.4
Stable tag: 1.0
This plugin enables images really lazy loading.
== Description ==
Delays the loading of images in long web pages by not loading immediatly
the images that are outside of the viewport (visible part of the web page).
== Installation ==
Extract all files from the ZIP file, making sure to keep the file structure intact, and then upload it
to /wp-content/plugins/
or you can cd into your wordpress_root/wp-contents/plugins and do:
git clone git://github.com/borisschapira/Ai-Loader--jQuery-Lazy-Load-.git
Activate the plugin through the 'Plugins' menu in WordPress
== Frequently Asked Questions ==
= How will this plugin evolve ? =
There are some things to do to improve this plugin. First of all, add an administration panel for the user
to define the css class that the lazy load script affects. We must also fix a bug regarding
jQuery and Prototype conflicts.
== Changelog ==
= 0.1 =
- Enable lazy loading for wp-post images
= 0.1.1 = - Bug fix