You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ Example: `extensionIgnore: ['svg']` will ignore transformation for images with t
72
72
73
73
Type: `String`
74
74
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.*
76
76
Example: `lazySrcset: 'my-srcset'` will set `my-srcset` attribute on `<source>`
0 commit comments