Bootstrap responsive image

From Wiki @ Karl Jones dot com
Jump to: navigation, search

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.

See also