Next.js Discord

Discord Forum

Background Image with Image Component?

Unanswered
Sun bear posted this in #help-forum
Open in Discord
Sun bearOP
Hello Guys,

is there a smart and (CONVENIENT) way to
introduce a background-image with the <Image> Component for Optimization?

Kind regards

2 Replies

Asian black bear
@Sun bear Putting it in your css as a background-image is impossible, but if you are willing to have it live in HTML https://nextjs.org/docs/app/building-your-application/optimizing/images#background-image
Sun bearOP
Thanks for your response, i already did it that way.