Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/blur-up/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down