Skip to content

Commit 4332a0d

Browse files
committed
Merge changes from develop
2 parents a227f47 + 65e0b7a commit 4332a0d

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

readme.txt

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
1-
=== Lazy Load - Optimize Images ===
1+
=== Lazy Load ===
22
Contributors: wp_rocket, wp_media
33
Tags: lazyload, lazy load, images, iframes, thumbnail, thumbnails, smiley, smilies, avatar, gravatar, youtube
44
Requires at least: 4.7
55
Tested up to: 5.5
66
Requires PHP: 5.6
77
Stable tag: 2.3.4
88

9-
Lazy Load your images and iframes, replace Youtube videos by a preview thumbnail.
9+
Lazy load your images and iframes, replace Youtube videos by a preview thumbnail.
1010

1111
== Description ==
1212

13-
Lazy Load by WP Rocket displays images and/or iframes on a page only when they are visible to the user. This reduces the number of HTTP requests mechanism and improves the loading time.
13+
Lazy Load displays images and/or iframes on a page only when they are visible to the user. This reduces the number of HTTP requests mechanism and improves the loading time.
1414

15-
This plugin works on thumbnails, all images in a post content or in a widget text, avatars, smilies and iframes. No JavaScript library such as jQuery is used and the script weight is less than 10KB.
15+
You can lazy load thumbnails, all images in a post content or in a widget text, avatars, smilies and iframes. No JavaScript library such as jQuery is used and the script weight is less than 10KB.
1616

1717
You can also replace Youtube iframes by a preview thumbnail to further speed up the loading time of your website.
1818

19+
Turn on lazy load to optimize your images and make your website faster!
20+
1921
= Dependencies =
2022

21-
Lazyload script: [https://github.com/verlok/lazyload](https://github.com/verlok/lazyload)
23+
Lazy load script: [https://github.com/verlok/lazyload](https://github.com/verlok/lazyload)
2224

2325
= Related Plugins =
2426
* [Imagify](https://imagify.io/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=LazyLoadPlugin): Best Image Optimizer to speed up your website with lighter images.
@@ -79,13 +81,13 @@ add_filter( 'rocket_lazyload_threshold', 'rocket_lazyload_custom_threshold' );
7981

8082
Some plugins are not compatible without lazy loading. Please open a support thread, and we will see how we can solve the issue by excluding lazy loading for this plugin.
8183

82-
= How can I lazyload a background-image? =
84+
= How can I lazy load a background-image? =
8385

84-
The plugin will automatically lazyload background-images set with a `style` attribute to a `div` element:
86+
The plugin will automatically lazy load background-images set with a `style` attribute to a `div` element:
8587

8688
`<div style="background-image: url(image.jpg);">`
8789

88-
You can also apply it manually. The element you want to apply lazyload on must have this specific markup:
90+
You can also apply it manually. The element you want to apply lazy load on must have this specific markup:
8991

9092
`<div class="rocket-lazyload" data-bg="url(../img/image.jpg)"></div>`
9193

0 commit comments

Comments
 (0)