/ Published in: CSS
                    
                                        
background image full size centered
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
body{
background: url("http://img/BG.jpg") no-repeat center center fixed; ;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                