late-images
Version:
Lightweight javascript library to lazy load images as enter viewport
21 lines (15 loc) • 793 B
HTML
<section class="attireBlock">
<div class="inner">
<h1 data-nav-title="About" class="attireTitleType1">Late images</h1>
<p class="attireTextType1">
Lightweight javascript browser library to lazy load images as they enter viewport.
Has no big dependencies and weighs less than 2KB.
</p>
{{ include('../snippets/author.html') }}
<p class="attireTextType2">
Average website usually comes with lot of images that are downloaded well before users actually have a chance to see them.
Lazy loading of images can help with your performance budget.
Late images is a small library with simple api. It does not rely on jQuery but comes with convenient adapter.
</p>
</div>
</section>