Skip to content

Commit 21506d7

Browse files
authored
Update helpers.md
1 parent bdf3bd4 commit 21506d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/helpers.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ Only when you both set the `routerMode: 'history'` and `externalLinkTarget: '_se
123123

124124
### Lazy Loading
125125

126+
See the loading field of MDN's [browser compatibility](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#Browser_compatibility) table for details of browser support. If the browser does not support lazy-loading then the attribute will be ignored and images will load immediately, as normal.
127+
126128
```md
127129
![logo](https://docsify.js.org/_media/icon.svg ':loading=lazy')
128130
```

0 commit comments

Comments
 (0)