I'm looking for a way to get the background image to resize to the page size (Note: not just the browser window size). For example say the page loads, and the page height necessitates a scroll. Is there a way of resizing the background image taking into account the content below the visible portion of the screen?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
If using CSS3 is'nt a problem:
|
|||||||||||
|
|
If you don't require support for IE8 or earlier:
This maintains the aspect ratio of the image, so the image won't necessarily cover the entire width of the page. |
||||
|
|


bgstretcher– undefined Jul 1 '12 at 16:02