<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<div class="container-fluid">
<div class="row">
<div class=" frow">
<div class="col-xs-12 col-md-4 progress-bar-warning text-danger">
LEFT
</div>
<div class="col-xs-12 col-md-4 progress-bar-danger vertical-align">
MID
<img src="http://placehold.it/300/656678/ffffff/&text=andrew" class="img-responsive">
</div>
<div class="col-xs-12 col-md-4 text-alert progress-bar-info drew">
RIGHT RIGHT RIGHT RIGHT RIGHT RIGHT RIGHT RIGHT RIGHT RIGHT RIGHT RIGHT RIGHT RIGHT RIGHT RIGHT RIGHT RIGHT RIGHT
</div>
</div>
<div class="frow progress-bar-success">
<div class="col-xs-12">
sdfsdfsdfsdf
</div>
</div>
</div>
</div>
<hr>
<div class="container elem progress-bar-success">
<section class="progress-bar-info initial">
<span class="label"><div class="initial"></span>
<p>
I will be 200px when there is room, and I will shrink down to 100px if there is not room, but no smaller.
</p>
<span class="endlabel"></div></span>
</section>
<section class="progress-bar-danger none">
<span class="label"><div class="none"></span>
<p>
I will always be 200px, no matter what.
</p>
<span class="endlabel"></div></span>
</section>
<section class="progress-bar-warning flex1">
<span class="label"><div class="flex1"></span>
<p>
I will fill up 1/3 of the remaining width.
</p>
<span class="endlabel"></div></span>
</section>
<section class="progress-bar-default flex2">
<span class="label"><div class="flex2"></span>
<p>
I will fill up 2/3 of the remaining width.
</p>
<span class="endlabel"></div></span>
...