I have a large image to be use as a background-image of a page. What I want is that the height of the image will be stretched to fill the height of the page. It
background-image
add this to the css
{ background: black url("/image/background.jpg") no-repeat fixed center; height: 100%; width:100% }