Bootstrap responsive image
From Wiki @ Karl Jones dot com
In Bootstrap, you make an image responsive by adding the img-responsive
class.
Example
<img src="image.jpg" alt="example" class="img-responsive" />
The image will expand to fit the available space, up to the full image size.