mirror of
https://github.com/atapas/html-tips-tricks.git
synced 2024-11-16 00:38:26 +01:00
Merge pull request #10 from Alidhuniya/lazy-loading-html
lazy-loading-in-html-images
This commit is contained in:
commit
9988da9174
2 changed files with 36 additions and 0 deletions
|
@ -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
32
lazy-loading/index.html
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue