Replies: 1 comment 3 replies
-
can you share a playground link with your case ? https://play.panda-css.com/ |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
Like the picture below, I cannot get rid of the white spaces at the both sides of the image. I might be able to do it by using 'img' tag with 'background', but I would like to hang on using 'Image' tag by NextJS.
The code for this is as follows;
What I have tried
I put 'padding: 0' on the image tag and its parent tag, but it did not work.
Environment
NextJs: "14.0.3",
Panda-Css: "0.19.0",
Beta Was this translation helpful? Give feedback.
All reactions