mljr-ui · showcase

Lazy Image

IntersectionObserver lazy-loads image on scroll. Skeleton placeholder fades to image on load.

data lazy-image

Usage

data.LazyImage(data.LazyImageProps{
    Src:    "/static/img/hero.jpg",
    Alt:    "Hero image",
    Width:  "100%",
    Height: "240px",
    Rounded: true,
})