Imagesv4.x

Images support and enhance the meaning on the page.

Bootstrap 4.x | Images


px
px





Responsive Image
Responsive image
Standard, Rounded, Thumbnail, Pill, and Circle images
standard image rounded image thumbnail image thumbnail image thumbnail image
Centered, Using the Picture Element
Responsive image

<!-- Responsive Image -->
<img src="https://unsplash.it/400/300" class="img-fluid" alt="Responsive image">
<hr>

<!-- Standard, Rounded, Thumbnail, Pill & Circle Images -->
<img src="https://unsplash.it/100/100" class="" alt="standard image">
<img src="https://unsplash.it/100/100" class="rounded" alt="rounded image">
<img src="https://unsplash.it/100/100" class="img-thumbnail" alt="thumbnail image">
<img src="https://unsplash.it/200/100" class="rounded-pill" alt="thumbnail image">
<img src="https://unsplash.it/100/100" class="rounded-circle" alt="thumbnail image">
<hr>

<!-- Centered, Using the Picture Element -->
​<picture>
  <source srcset="https://unsplash.it/200/200" type="image/svg+xml">
  <img src="https://unsplash.it/200/200" class="mx-auto d-block" alt="Responsive image">
</picture>

This will reset the page. Are you sure?