0
How do I make a background image fill the entire screen?
I have been trying to get my background image to appear as one background image instead of multiple tiny square images. How do I fix this?
10 Antworten
+ 3
background-repeat: no-repeat
https://medium.com/@prajwalpradhan/how-to-make-full-screen-background-image-with-css-edd1903cf1ba
+ 3
background-image: url("-");
background-repeat: no-repeat;
background-size: contain/cover;
background-position: center;
+ 2
What is your code? It may be a simple typo but we can best help if we see the actual code.
+ 2
You just have to replace repeat with fixed. But there could be a problem when your page has too much contents there will be a repeating of page because your picture is not that large to fit into everywhere
+ 2
Abdulatiif Mohamed How are your codes related to the thread's topic? Please do not advertise in random threads.
0
Justice
<body background = "background. jpg" >
0
Lisa thank you
0
Justice okay , thank you