Warning: fopen(https://www.tutorialsplane.com/my-image.jpg): failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found in /home/u613989013/domains/tutorialsplane.com/public_html/wp-content/plugins/amp/includes/lib/class-fastimage.php on line 31
Bootstrap 3 image align center | Example | Class | CSS | Div
Tutorialsplane

Bootstrap 3 image align center


Bootstrap 3 image align center : You can make image align center in bootstrap 3 as below.


Bootstrap 3 image align center

You Can use in-built class center-block to image align center in a container.

<amp-img src="my-image.jpg" alt="Bootstrap 3 image align center Demo Image" class="img-responsive center-block amp-wp-unknown-size amp-wp-enforced-sizes" width="600" height="400" sizes="(min-width: 600px) 600px, 100vw"></amp-img>