About 1,480,000 results
Open links in new tab
  1. html - How to make full screen background in a web page - Stack …

    Jun 3, 2012 · How to make an image as background for web page, regardless of the screen size displaying this web page? I want to display it properly. How?

  2. How to make background-image full-screen with html+css

    Mar 15, 2022 · Learn how to make a background image full-screen using HTML and CSS with step-by-step instructions and examples.

  3. css - Full-screen responsive background image - Stack Overflow

    May 14, 2013 · I have done this javascript function: it fix your background image to your screen size in base at the most significative dimension (width od height) without change the image …

  4. How to set background image to full screen - Stack Overflow

    Jun 22, 2015 · I want to set a background Image into my html page. So I have this code: body { background: url ("background_image.jpg") no-repeat scroll center center / 100% auto; } This is …

  5. How do I make my background-image fit the entire screen CSS

    Mar 27, 2018 · body{ background-image:url("img-address"); } I want the image not to repeat itself multiple times, but to span the entire screen. I don't want to use a normal image I want to use …

  6. html - Getting a full screen background image - Stack Overflow

    May 10, 2025 · I'm trying to create this website of this indie game studio I'm a part of and right now I'm having trouble getting this image to cover the whole page and make it the …

  7. css - How do I stretch a background image to cover the entire …

    If the background-size property is set to "100% 100%", the background image will stretch to cover the entire content area There it shows the 'img_flowers.jpg' stretching to the size of the screen …

  8. html - Image in full screen with img tag - Stack Overflow

    26 I am using the img tag for my slider images. I need the image to be full width and height and centered inside its container. My problem is, when I resize the window width, my image …

  9. How to let background image cover full viewport screen?

    Jul 1, 2020 · I am new to HTML/CSS and I am having trouble making the background image of my div cover the full screen. I have used background-size:cover but it still has large margins on …

  10. CSS: stretching background image to 100% width and height of …

    <br> How do I make the height of my background image 100% of the screen which the user is using to view the webpage?