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 add a parallax effect to a Next Image tag?
Overview
In my pursuit to optimize my web appliations, I am transitioning from standard img tags to Next's Image tag. While it is great for performance, making it do custom effects and styling can be ...

Tyler Morales
Votes: 0
Answers: 1
Next.js Image component Tailwind-css not working
So recently I've been trying to convert a react project to next and how I have to use the next/Image component which is kinda broken
<div className=" flex flex-col items-center p-5 sm:justify-...
Guilherme Féria
Votes: 0
Answers: 1
next.js image is missing src property
I get this error:
error : image is missing src property.
I'm not sure what's wrong since it worked with code I have. After I closed vscode and opened it again shortly the error happened. Here's my c...
QI10
Votes: 0
Answers: 1