Skip to content

Commit 15a3872

Browse files
Clarify docs
1 parent 9bf323a commit 15a3872

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Example: `extensionIgnore: ['svg']` will ignore transformation for images with t
7272

7373
Type: `String`
7474
Default: `data-srcset`
75-
Description: *The attribute used for lazy webp loading. It will be set on created `<source>` to later be processed by external lazy loading library.*
75+
Description: *The attribute used for lazy webp loading. Use it if you have lazy attribute for `srcset` on your images. It will be set on created `<source>` to later be processed by external lazy loading library.*
7676
Example: `lazySrcset: 'my-srcset'` will set `my-srcset` attribute on `<source>`
7777

7878
#### `lazySrc`

0 commit comments

Comments
 (0)