Toggle Sidebar B
header.lightDarkMode 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.

Mountain

Without LQIP

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

Forest

API Reference

Props, events, and slots for each sub-component.

BlurImage

Props

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.