Bootstrap Tutorial - Create Full page image








The following code shows how to create Full page image.

Example

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css"
  href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css">
<link rel="stylesheet" type="text/css"
  href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css">
<style type='text/css'>
<!--from   w w w . j av  a  2s.  c o  m-->
</style>
</head>
<body>
  <div class="container-fluid">
    <div class="row-fluid">
      <img src="http://placehold.it/800x600"
        style="width: 100%; height: 100%">
    </div>
  </div>
</body>
</html>

Click to view the demo