amitabhaghosh197
5/30/2014 - 5:06 PM

Full Stretched Banner Image

Full Stretched Banner Image

<!DOCTYPE HTML>
<head>
  <style>
    
    
    .banner
	{
		min-width:100%;
		width:100%;
		height:auto;
		margin:0;
		padding:0;
		background:#06C;
		
		}

.banner .img
{
	width:100% ; 
	height:100%; 
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
	}
    
    
  </style>
  
</head>
<body>
  
  <section class="">
                   
                      <div class="row-fluid">
                          <div class="span12 banner seventy-nine-margin-bottom ">
                   
                            <img src="front/images/banner1.jpg" >
                   
                           </div><!-----/span12---------------->
                      </div><!-----/row-fluid------------------>
                  
          
          </section><!-----/banner---------------------->
  
  
</body>
</html>