Ross ROSS = Recommend OSS · open-source software intelligence for agents

toddmotto/echo

Lazy-loading images with data-* attributes observed · 2026-08-28

github.com/toddmotto/echo · homepage · JavaScript observed · 2026-08-28

Health v2 · maintenance only

53/100

  • Activity 67
  • Release rhythm 8
  • Longevity 100

Flags: no_license

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: 4771
  • days_rel: n/a
  • days_push: 201
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3696 stars · 493 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Echo.js is a standalone 2KB JavaScript micro-library for lazy-loading images using HTML5 data-* attributes. It supports lazy-loading of both img tags and background images with configurable offsets and throttled scroll handling.

Use cases

  • lazy load images as the user scrolls
  • defer loading of below-the-fold images
  • lazy load background images via data attributes
  • improve page load performance on image-heavy pages
  • load images only when they approach the viewport

When to choose

  • you need a tiny dependency-free lazy-loading solution for legacy browsers like IE8+
  • you want simple data-attribute-based image lazy loading without a framework

When to avoid

  • you need modern native loading='lazy' or IntersectionObserver-based solutions
  • you need active maintenance or support for modern frameworks
  • you need lazy loading of iframes, videos, or other media types

Facets

library · maturity abandoned

image-processing ui-components web-development frontend performance browser lazy-loading images micro-library data-attributes vanilla-js javascript

1 source

Member repositories

RepositoryRoleHealth v2
toddmotto/echomain53

For agents

markdown · JSON · MCP: product_card(name="toddmotto/echo")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem