Fullscreen Backgrounds CSS3 Techniques

by muthu 2014-01-30 11:26:47

Fullscreen Backgrounds CSS3 Techniques

We can resize any images to a Screen size using this Technique

------------------------------------------- DEMO -------------------------------------------
full_screen1.jpg
------------------------------------------- CSS3 -------------------------------------------

html { background: url('full_screen.jpg') no-repeat center center fixed;
-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;
background-size: cover; }

------------------------------------------- IMAGE -------------------------------------------
full_screen.jpg

1057
like
0
dislike
0
mail
flag

You must LOGIN to add comments