Lazy Load for WooCommerce includes the functionality to append Lazy Load into the image loop for WooCommerce product listings.
Setting up the placeholder for the category and product images that will be used for Lazy Load ...
Make sure your Catalog image dimensions are set to your preference.
To include jQuery, just use the in your template functions file wp enqueue script.
Secondarily, there should be support for WooCommerce's image.
The function for WooCommerce has been updated to wc placeholder img src so previous instances of woocommerce placeholder img src have been deprecated as of 2.1.0...
It's possible to use our plugin and then add the class lazy to your image and replace the src with your image and add data-original to link to your thumbnail.
I thought it did what it was supposed to do but then I loaded some catalog pages like the main shop page and items that are visible are not loaded and show placeholder till you past the items..
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
ADDED The ability to set image and placeholder image..
Read more