Implementing Next.js Sanity Image using a Blurred Placeholder with Sanity as a Loader
<Image
src={nextSanityImage.src}
loader={nextSanityImage.loader}
width={width}
height={height}
layout="responsive"
placeholder="blur"
blurDataURL={nextSanityImage.blurDataURL}
alt={alt}
priority={priority}
/>blurDataURL, but it never shows
Was this answer helpful?
Sanity – Build the way you think, not the way your CMS thinks
Sanity is the developer-first content operating system that gives you complete control. Schema-as-code, GROQ queries, and real-time APIs mean no more workarounds or waiting for deployments. Free to start, scale as you grow.