Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9187677
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T19:49:58+00:00 2026-06-17T19:49:58+00:00

I am creating a website that is going to use an image that I

  • 0

I am creating a website that is going to use an image that I cannot tile. I need this image to cover the entire background screen. However, I want this to work on large monitors as well as smaller monitors.

Should I make one large background image and scale it down using background-size or should I create multiple versions of the same image at various sizes then use CSS3 Media Queries to choose which image should be shown? If so what break points in screen size should I use?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T19:50:00+00:00Added an answer on June 17, 2026 at 7:50 pm

    I ended up choosing five breakpoint based on information from StatCounter:

    Stat Counter Statistic

    This is up till December 2012.

    Based off of these numbers, my testing, and speaking to others I chose the following options:

    /*Monitors Large than 1920px, image has "soft" edges to blend into background */
    @media (min-width:1921px){
        html, body{
    background: url(/images/backgrounds/1920-bg-large.jpg) no-repeat center top fixed #190303;
    background-size:100% auto;
        }
    }
    
    /* Mointores ranging from 1367px - 1920px */
    @media (min-width:1367px) and (max-width:1920px){
    html, body{
    background: url(/images/backgrounds/1920-bg.jpg) no-repeat center top fixed #190303;
    background-size:100% auto;
        }
    }
    
    /* Mointores ranging from 769px - 1366px */
    @media (min-width:769px) and (max-width:1366px){
    html, body{
    background: url(/images/backgrounds/1366-bg.jpg)  no-repeat center top fixed #190303;
    background-size:100% auto;
        }
    }
    /* Tablets like the iPad 2 and iPad Mini */
    @media (max-width:768px){
    html, body{
    background: url(/images/backgrounds/768-bg.jpg)  no-repeat center top fixed #190303;
    background-size:100% auto;
        }
    }
    
    /* At a certain point the Background images become irrelevant as they are hidden behind other elements. Changed to a solid BG */
    @media handheld, only screen and (max-width: 640px) {
    html, body{
    background:#190303;
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was creating a website http://tapasya.co.in and i found that this site has some
I'm creating a new plugin for WordPress that requires an outside website to use
In addition to this quite old post , I need something that will use
So I am creating just a fairly normal content based website that is going
I'm creating an on the fly, in house website that's going to be used
I am creating a website that uses W3C Geolocation API and position.timestamp for timestamp.
I am creating a website that will be used by an accounting dept. to
I am creating a website that uses a fluid layout with artificial columns. I
I'm creating a website that has both commenting and voting systems. I wanted to
i'm creating a shopping website that will sell computer parts using MVP and asp.net.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.