DEV Community

Bruno Antunes
Bruno Antunes

Posted on

Nextjs Image Component

Hello developers :)

I launched a new video with my favourite feature in Nextjs 10, the Nextjs Image Component.

With this new Next.js Image component we can resize and optimize images. We can also serve images in newer and more optimized formats, like webp!

In the video I also explain srcset and sizes - very important for how this Next.js Image component works, by using the srcset and sizes from the "img" HMTL tag

Top comments (0)