Next.js Discord

Discord Forum

Force higher quality image with react and next

Unanswered
Gray Flycatcher posted this in #help-forum
Open in Discord
Avatar
Gray FlycatcherOP
In my website, I have an animatino which starts at scale 0, then goes to scale 4, and the images that started at scale 0 seem to be quite a bit more blurry than the images starting at scale 4, is there a way that i can override react and next's image opimization just for these images to make them load a specific size (500x500) of image?

3 Replies

Avatar
you can set width and height attribute of image tag
also by default quality of image/next is 75
if you want to keep it 100 you would need to create your custom Image component overriding that property