My background image doesn’t resize correctly when i resize th whole window. I dont know whats the problem.
Hope someone can help me…
My project link is::
My background image doesn’t resize correctly when i resize th whole window. I dont know whats the problem.
Hope someone can help me…
My project link is::
You should add background-attachment: fixed;
to body in css and change width: 100vw;
to max-windth: 100vw;
to get rid of the horizontal overflow.