I'm using next/image for my images on my site. All my images are being served through prismic and I've added the cdn domain to my next.config file. This is how
I'm trying to fill a fixed-size container with an image. layout="fill" works like a charm, but even though container is only 125x125, the original image gets do
I am using NEXT/Image component and facing this issue: When I open the source code on chrome the image src is this: https://www.example.com/_next/image?url=%2Fi
I know that in Next.js we have Image component, but the problem I have with it is that I can't use it as a normal HTML tag like <img />. I have to give it
I am developing website using next.js framework. I have some problems with Image component in Google Chrome. It loading with poor quality. But when you download
I am trying to use the Next.js Image component with images that all have unique sizes. Their example states the image will stretch to the parent div width and h