Responsive image align center bootstrap 3

There is .center-block class in Twitter Bootstrap 3 (Since v3.0.1), so use:

<img src="https://stackoverflow.com/questions/18462808/..." alt="https://stackoverflow.com/questions/18462808/..." class="img-responsive center-block" />

Leave a Comment