Toggle Sidebar B
AppearanceLight & dark mode D

Blur Image

Image with low-quality image placeholder (LQIP) blur-up effect. Shows a tiny blurred preview while the full image loads, then crossfades in.

Default

Pass src plus a base64 lqip data URL for the blur effect.

Replay preview
Mountain

Without LQIP

Without lqip, falls back to a shimmer skeleton while loading.

Replay preview
Forest

API Reference

BlurImage

PropTypeDefaultDescription
srcstringFull-resolution image URL.
lqipstring""Tiny placeholder data URL or low-quality preview source.
altstring""Alt text.
widthnumber | stringUsed to compute aspect-ratio when both are set.
heightnumber | stringUsed to compute aspect-ratio.
loadingstring"lazy"Native loading attribute.
imageClassstring | object | array""Classes applied to the inner img.
imageStylestring | objectInline style for the inner img.