Skip to content

Instantly share code, notes, and snippets.

View deepesh141291's full-sized avatar

deepesh141291

View GitHub Profile
@deepesh141291
deepesh141291 / index.html
Created July 15, 2018 04:51
Lazy Loading CSS Background Images with Intersection Observer
<div class="wrapper">
<div class="lazy-background img"></div>
<div class="lazy-background img"></div>
<div class="lazy-background img"></div>
<div class="lazy-background img"></div>
<div class="lazy-background img"></div>
</div>