From 1bcd68d923a33678070d03dfb5ec5e601cc0c8ee Mon Sep 17 00:00:00 2001 From: Sodbileg Gansukh Date: Thu, 16 Aug 2018 12:08:56 +0800 Subject: [PATCH] Fix a typo in README --- plugins/blur-up/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/blur-up/README.md b/plugins/blur-up/README.md index 8f24b2c54..acbbb21f5 100644 --- a/plugins/blur-up/README.md +++ b/plugins/blur-up/README.md @@ -6,7 +6,7 @@ This way the low quality image placeholder technique is more appealing to the us ## How to -Simply add a `data-lowsrc` attribute with the loq quality image placeholder image to your `img` and in case of `picture` to your `source` elements. +Simply add a `data-lowsrc` attribute with the low quality image placeholder image to your `img` and in case of `picture` to your `source` elements. Lazysizes will then create a new image right after your original image with the following class `ls-blur-up-img`.