Bootstrap responsive image
From Wiki @ Karl Jones dot com
Revision as of 13:08, 9 February 2016 by Karl Jones (Talk | contribs) (Created page with "In Bootstrap, you make an image responsive by adding the <code>img-responsive</code> class. == Example == <pre> <img src="image.jpg" alt="example"...")
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.