"ss"
Bootstrap 3.0.0 Snippet by varun3129

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="header-row" id="header-row" style="padding: 0px; overflow:hidden; height:100px;"> <!-- container-fluid is the same as container but spans a wider viewport, it still has padding though so you need to remove this either by adding another class with no padding or inline as I did below --> <div class="container-fluid" style="padding: 0px;"> <div class="row"> <!-- You originally has it set up for two columns, remove the second column as it is unneeded and set the first to always span all 12 columns even when at its smallest (xs). Set the overflow to hidden so no matter the height of your image it will never show outside this div--> <div class="col-xs-12"> <a class="navbar-brand logo" href="index.html"> <!-- place your image here --> <img src="http://placekitten.com/g/1200/600" alt="company logo" style="width: 100%;"> </a> </div> </div> </div> </div>

Related: See More


Questions / Comments: