-
Notifications
You must be signed in to change notification settings - Fork 178
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Right now, we are using next/image
only if the user specifies width
and height
alone without any additional attributes. This is because, next/Image
is not completely pure component at the moment. Because it is bringing some side effects tot he layout with it. Since we can't pass the styles
that users set into the component.
Here is the issue on the NextJS
GitHub on the same topic
vercel/next.js#18312
Case 1
It is not working out of the box all the time, since we allow users to free-style on the properties they use for the images. But the next/image
need to be used with some constraints
Usual - https://codesandbox.io/s/pf9mt4
next/Image - https://codesandbox.io/s/travel-agency-forked-h28f9p
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed