Changeset 1167442
- Timestamp:
- 05/25/2015 11:51:18 PM (11 years ago)
- Location:
- lazyload-woocommerce
- Files:
-
- 2 edited
-
tags/1.0.1/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lazyload-woocommerce/tags/1.0.1/readme.txt
r1167441 r1167442 16 16 1. Download the plugin 17 17 2. Install the plugin 18 3. Go to WooCommerce > Settings > Products and click the "Lazy Load" option. Set your Product width/height for the loop 18 3. Go to WooCommerce > Settings > Products and click the "Lazy Load" option. Set your Product width/height for the loop and optionally a custom placeholder image (full src). 19 19 20 20 To note, you will need to have jQuery running for this to work. To reduce conflicts, we have chosen not to include jQuery. To include jQuery, just use the following in your template functions file: `wp_enqueue_script('jquery');` -
lazyload-woocommerce/trunk/readme.txt
r1167441 r1167442 16 16 1. Download the plugin 17 17 2. Install the plugin 18 3. Go to WooCommerce > Settings > Products and click the "Lazy Load" option. Set your Product width/height for the loop 18 3. Go to WooCommerce > Settings > Products and click the "Lazy Load" option. Set your Product width/height for the loop and optionally a custom placeholder image (full src). 19 19 20 20 To note, you will need to have jQuery running for this to work. To reduce conflicts, we have chosen not to include jQuery. To include jQuery, just use the following in your template functions file: `wp_enqueue_script('jquery');`
Note: See TracChangeset
for help on using the changeset viewer.