python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to style a Next Image tag inside a figure tag
I am trying to optimize my website with Next's native Image tag. However, I am struggling to set variable heights on the images. Since the images can have different height, i'm not sure how that works...

Tyler Morales
Votes: 0
Answers: 0
How to convert blob into base64 in nextJs
I am getting the Image from an API response. I am trying to the get the image and display in the UI.
import FileReader from 'filereader';
export default async (req, res) => {
const { method } = r...
Siva Sai
Votes: 0
Answers: 0
Using next/image in npm package
I am running a Next.js app and a Storybook component library. I would like to use next/image in Storybook so that I can take advantage of the image optimization.
I followed this article to mock next/i...

a-windett
Votes: 0
Answers: 0
How do I use an image from an external domain in Next.js?
I'm trying to use the <Image> component in a Next.js project that references an external domain. I'm just working locally.
I'm instructed to add images.domains to my next.config.js file but that...
Michael Lynch
Votes: 0
Answers: 2