Merge pull request #10 from Alidhuniya/lazy-loading-html

lazy-loading-in-html-images
This commit is contained in:
Tapas Adhikary 2022-10-06 23:35:40 +05:30 committed by GitHub
commit 9988da9174
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 36 additions and 0 deletions

View File

@ -87,6 +87,10 @@
<a href='./dialog/index.html'>
Dialog</a> - Display a Modal Dialog
</li>
<li>
<a href='./lazy-loading/index.html'>
Lazy Loading</a> - Lazy Load html images natively
</li>
</ul>
</div>
</body>

32
lazy-loading/index.html Normal file

File diff suppressed because one or more lines are too long