
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@libshin/lazy-image
Advanced tools
Lazy load images that are off the viewport.
Take a look at an example.
In order to use this package, just use lazy-url instead of url in <img>.
<!-- head -->
<link rel="stylesheet" href="..../lazy-image.css">
<!-- somewhere in the body -->
<img lazy-src="image_url" alt="alt">
<!-- footer -->
<script src="..../lazy-image.umd.js"></script>
<script>
lazyImage() // Scan for img[lazy-src]
</script>
If you wrap a img[lazy-src] inside of a [lazy-placeholder], the image related to lazy-placeholder will be shown instead of the image and once the image is loaded, lazy-src will appear and replace lazy-placeholder.
<!-- head -->
<link rel="stylesheet" href="https://unpkg.com/@libshin/lazy-image/build/lazy-image.css">
<!-- somewhere in the body -->
<div lazy-placeholder="placeholder_src">
<img lazy-src="image_url" alt="alt">
</div>
<!-- footer -->
<script src="https://unpkg.com/@libshin/lazy-image/build/lazy-image.umd.js"></script>
<script>
lazyImage(strict, options) // Scan for img[lazy-src] and [lazy-placeholder]
</script>
See here for the details on the strict/loose mode and here for the options' details.
<!-- Polyfills -->
<script src="https://unpkg.com/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
<link rel="import" href="https://unpkg.com/@libshin/lazy-image/webcomponent/lazy-image.html">
<lazy-img src="image_url"></lazy-img>
<lazy-img placeholder="placeholder_src" src="image_url"></lazy-img>
FAQs
Lazy load images that are off the viewport
We found that @libshin/lazy-image demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.