Resize Background Image

I have an html that includes a body background. the image size is w: 400 and h: 300. and I also set the size of this html / browser window to 400 x 300. When I maximize the window, the background image should also fit the screen. How can i do this?

+3
source share
1 answer

Read the methods here, see the demos and choose the one that you find most suitable:

http://css-tricks.com/perfect-full-page-background-image/

+3
source

All Articles