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 4622368
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T02:50:00+00:00 2026-05-22T02:50:00+00:00

Below css sets an individual background on two divs; the images repeat themselves if

  • 0

Below css sets an individual background on two divs; the images repeat themselves if they do not fit into the div size.

How can I stretch the images using css to fit into space required by div ?

<style type="text/css">   
#contentMain {  
  margin-bottom: 5%; 
  margin-top: 10%;
  margin-left: 10%;
  margin-right: 10%;
  background: url( /jQuery/mypage/img/background1.png )
}  
#page1 {    
  background: url( /jQuery/mypage/img/background2.png )  
} 
</style> 
  • 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-05-22T02:50:01+00:00Added an answer on May 22, 2026 at 2:50 am

    Answer

    You have multiple options:

    1. background-size: 100% 100%; – image gets stretched (aspect ratio may be preserved, depending on browser)
    2. background-size: contain; – image is stretched without cutting it while preserving aspect ratio
    3. background-size: cover; – image is completely covering the element while preserving aspect ratio (image can be cut off)

    /edit: And now, there is even more: https://alligator.io/css/cropping-images-object-fit

    Demo on Codepen

    Update 2017: Preview

    Here are screenshots for some browsers to show their differences.

    Chrome

    preview background types chrome


    Firefox

    preview background types firefox


    Edge

    preview background types edge


    IE11

    preview background types ie11

    Takeaway Message

    background-size: 100% 100%; produces the least predictable result.

    Resources

    • https://alligator.io/css/cropping-images-object-fit
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have html and css as below - .title { display: block; background-color: red;
How would i create the below using pure CSS (no images, no tables, no
IE doesn't like the sharp symbol in the line below jQuery(this).css('background-color','#' + jQuery(this).prev().val()); so
Below is one item in my page, which consists of the div containing two
I have the following 4 divs with the CSS below. The problem is, the
I have all the files for the deployment listed below : -BIN -CSS -IMAGES
I believe the below css is considered css3 if not then, it's not but
I have a div with a scollbar as a result of the CSS below.
I have below css style for several links: .top_header { background-color:#3B5998; height:35px; margin-left:0px; margin-right:0px;
Is there a reason my below CSS only half works? div.share { position:relative; top:

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.