How can I apply blur effect while loading image with next.js 13 image component
Unanswered
West African Lion posted this in #help-forum
West African LionOP
like i said i want to show blur or something like placeholder when uploading image help me
9 Replies
You need to use the
blurDataURL propWest African LionOP
I don't understand how to use
Use plaiceholder (lib)
read the article, it mentions on how you could generate the blurdata using the external libs
such as Plaiceholder
If the remote URL doesn't have a blurred version then you need to generate the blurDataURL first by fetching the image from imdb
@West African Lion I don't understand how to use
Take a look at [Plaiceholder's documentation](https://plaiceholder.co/docs)
This is one of the many services you can use to generate the blur data of your images and then pass it to your image components