JavaScript is disabled! Please enable JavaScript in your web browser!

Freestyle Academy of Communication Arts & Technology

1299 Bryant Ave, Mt. View, CA 94040 T 650-940-4650 x5090
2 Required Classes: English and Digital Media 3rd/Elective Class:  + Animation or Design or Film

Back to list of all examples

Useful Stuff About:

Background Image Cover

Resize this browser window to see effect of background image that resizes itself to COVER the window background

Here's the CSS


html {
background-image:url(../images/Background_Image_Cover.jpg);/*Adjust the path to actual image*/
background-size:cover;/*This is the important CSS to make the image cover the browser window even if window is resized*/
}