File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ Fast and lightweight vanilla JavaScript polyfill for native lazy loading, meanin
30
30
- Web standards: supports the standard ` loading="lazy" ` attribute on ` img ` and ` iframe ` elements
31
31
- Performance: it's based on highly efficient, best practice code.
32
32
- SEO & crawlers: the image and iframe contents aren't being hidden from crawlers that aren't capable of scrolling.
33
+ - Supporting HTML generating JavaScript frameworks through a method provided to reinit its functionality
33
34
34
35
## Core concepts
35
36
@@ -47,7 +48,9 @@ You may optionally load via NPM or Bower:
47
48
$ npm install loading-attribute-polyfill
48
49
$ bower install loading-attribute-polyfill
49
50
50
- You could even load the polyfill asynchronously: < https://output.jsbin.com/codelib/1 >
51
+ You could load the polyfill asynchronously as well: < https://output.jsbin.com/codelib/1 >
52
+
53
+ ## Integration
51
54
52
55
Include one of the provided JavaScript files depending on your setup plus the CSS file:
53
56
You can’t perform that action at this time.
0 commit comments