/lazy-image

Lazily load your images!

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

Published on webcomponents.org npm (scoped) Build Status

<lazy-image>

Lazily load your images

🚛 Get it!

npm -i -S @power-elements/lazy-image

📦 Load it!

<!-- From CDN -->
<script async type="module" src="https://unpkg.com/@power-elements/lazy-image/lazy-image.js"></script>

<!-- From local installation -->
<script async type="module" src="/node_modules/@power-elements/lazy-image/lazy-image.js"></script>

💪 Use it!

<lazy-image src="/image.jpg" alt="Lazy Image"></lazy-image>