From f6ba9f14ce15229a660a8053d0016256b301e835 Mon Sep 17 00:00:00 2001 From: Ritik Mishra <45134700+RitikmishraRitik@users.noreply.github.com> Date: Thu, 1 Oct 2020 13:42:53 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f18f4c14..7e1af7a6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Lazy Load Remastered +# Lazy Load Improved Lazy Load delays loading of images in long web pages. Images outside of viewport will not be loaded before user scrolls to them. This is opposite of image preloading.