Skip to content
This repository was archived by the owner on Dec 23, 2020. It is now read-only.

Commit e16ec07

Browse files
authored
Merge pull request #6 from WordPress/update/readme
Update readme.txt
2 parents 0d6a94d + 5219d41 commit e16ec07

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

readme.txt

+8
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,11 @@ Description: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-
1919
HTML Specification (not finalized): https://github.com/whatwg/html/pull/3752
2020

2121
Currently the "loading" attribute is supported only in Chromium browsers. Coming soon to Firefox and Edge.
22+
23+
To test, install and enable the plugin. It will automatically add loading="lazy" attributes to all images in all new and existing posts, pages, and comments on the front-end.
24+
25+
Then use a Chromium based browser (Chrome, Opera, latest Android, etc.) and visit the site. Best would be to test over a slower connection, with a phone, etc. and test web pages that have a lot of images, like gallery posts.
26+
27+
Things to look for:
28+
* Obvious bugs, for example images are missing.
29+
* Try to scroll down as soon as the page loads. All images should be at their places, and the page shouldn't "jump" if/when images are loaded.

0 commit comments

Comments
 (0)