Skip to content

Commit afc2fae

Browse files
authored
Update README.md
1 parent d1c0f98 commit afc2fae

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Pagetual/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,10 @@ Selector or xpath of element which you want to replace with new one, can be a ar
171171

172172
lazyImgSrc
173173
--
174-
The attr of image which target to real src
174+
The attr of image which target to real src, can be set by ["lazysrc", "removeProp1,removeProp2"] to remove props of image
175175
```JSON
176176
"lazyImgSrc": "data-cfsrc"
177+
"lazyImgSrc": ["data-lazy-src", "removeProp1,removeProp2"]
177178
```
178179

179180
css

0 commit comments

Comments
 (0)