desandro/imagesloaded
:camera: JavaScript is all like "You images done yet or what?" observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5487
- days_rel: n/a
- days_push: 1654
- n_releases_24m: 0
Adoption not part of the score
8850 stars · 1111 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
imagesLoaded is a small JavaScript library that detects when images (including background images) inside a container have finished loading. It works as a jQuery plugin or with vanilla JavaScript and reports loaded/broken images via events and callbacks.
Use cases
- detect when all images in a container have loaded
- run a callback after images finish loading before layout or masonry
- detect broken images on a page
- track image loading progress per image
- detect when CSS background images have loaded
- wait for images to load before showing a gallery
When to choose
- you need reliable image load detection in the browser
- you use jQuery and want a plugin-style API with Deferred support
- you need to know about broken images as well as successful loads
- you want a tiny, dependency-light utility
When to avoid
- you need lazy loading or image optimization rather than load detection
- you are working with modern browser APIs and prefer native img.decode() or load events
- you need image processing or manipulation, not loading status
Facets
library · maturity maintenance
image-processing ui-components web-development frontend browser image-loading jquery-plugin dom-events vanilla-js nodejs
3 sources
- readme: https://github.com/desandro/imagesloaded · fetched 2026-08-28 · bcb9504f3aaf
- homepage: https://imagesloaded.desandro.com · fetched 2026-08-29 · 4885ffa9dc2f
- registry_npm: https://registry.npmjs.org/imagesloaded · fetched 2026-08-29 · af562072f3da
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| desandro/imagesloaded | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="desandro/imagesloaded")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem