# desandro/imagesloaded

:camera: JavaScript is all like "You images done yet or what?"

Repository: https://github.com/desandro/imagesloaded
Canonical: https://ross.abutalabs.com/products/imagesloaded
Homepage: https://imagesloaded.desandro.com
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2022-02-22T00:04:14+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 5487, "days_push": 1654, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 8850, forks 1111 (observed 2026-08-28T04:10:26.026911+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: image-processing, ui-components
- domain: web-development, frontend
- platform: browser
- tags: image-loading, jquery-plugin, dom-events, vanilla-js, nodejs

## Member repositories
- desandro/imagesloaded (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:26.026911+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:24:47.635670+00:00, confidence not recorded.
  - readme: https://github.com/desandro/imagesloaded (fetched 2026-08-28T04:10:26.026911+00:00, sha bcb9504f3aaf)
  - homepage: https://imagesloaded.desandro.com (fetched 2026-08-29T08:25:24.407937+00:00, sha 4885ffa9dc2f)
  - registry_npm: https://registry.npmjs.org/imagesloaded (fetched 2026-08-29T08:25:24.412629+00:00, sha af562072f3da)
- Data as of 2026-08-30T08:39:29.467469+00:00.
