UNPKG

late-images

Version:

Lightweight javascript library to lazy load images as enter viewport

27 lines (18 loc) 626 B
<!doctype html> <html lang="en"> <head> {{ include('snippets/pageMeta.html', { "title": "Late images", "description": "Lightweight javascript library to lazy load images as they enter viewport" }) }} {{ include('snippets/attireAssets.html') }} <script src="dist/lateImages.bundle.js"></script> </head> <body> {{ include('sections/about.html') }} {{ include('sections/examples.html') }} {{ include('sections/installation.html') }} {{ include('snippets/githubRibbon.html') }} {{ include('snippets/attireFooter.html') }} </body> </html>