abhishekdagarit
6/4/2017 - 6:08 PM

Align an image to centre in bootstrap

Align an image to centre in bootstrap

use class “centre-block"


There is .center-block class in Twitter Bootstrap 3 (Since v3.0.1), so use:
<img src="..." alt="..." class="img-responsive center-block" />