Images
Default

<img src="../img/300x200.png" alt="Normal image">
<img src="../img/300x200.png" alt="Normal image">
Responsive

<img src="../img/1200x600.png" alt="Responsive image">
<img src="../img/1200x600.png" alt="Responsive image">
Rounded

<img src="../img/300x200.png" alt="Image with rounded corners">
<img src="../img/300x200.png" alt="Image with rounded corners">
Thumbnail

<img src="../img/100x100.png" alt="Image thumbnail">
<img src="../img/100x100.png" alt="Image thumbnail">
Alignment
Float


Spacing utilities



Text alignment



<h4 class="h5 text-muted mt-3">Float</h4>
<div class="clearfix">
<img src="../img/100x100.png" alt="Image floated left">
<img src="../img/100x100.png" alt="Image floated right">
</div>
<h4 class="h5 text-muted mt-3">Spacing utilities</h4>
<img src="../img/100x100.png" alt="Left-aligned image">
<img src="../img/100x100.png" alt="Centered image">
<img src="../img/100x100.png" alt="Right-aligned image">
<h4 class="h5 text-muted mt-3">Text alignment</h4>
<div>
<img src="../img/100x100.png" alt="Left-aligned image">
</div>
<div>
<img src="../img/100x100.png" alt="Centered image">
</div>
<div>
<img src="../img/100x100.png" alt="Right-aligned image">
</div>
<h4 class="h5 text-muted mt-3">Float</h4>
<div class="clearfix">
<img src="../img/100x100.png" alt="Image floated left">
<img src="../img/100x100.png" alt="Image floated right">
</div>
<h4 class="h5 text-muted mt-3">Spacing utilities</h4>
<img src="../img/100x100.png" alt="Left-aligned image">
<img src="../img/100x100.png" alt="Centered image">
<img src="../img/100x100.png" alt="Right-aligned image">
<h4 class="h5 text-muted mt-3">Text alignment</h4>
<div>
<img src="../img/100x100.png" alt="Left-aligned image">
</div>
<div>
<img src="../img/100x100.png" alt="Centered image">
</div>
<div>
<img src="../img/100x100.png" alt="Right-aligned image">
</div>
Picture element
If using the <picture>
element put .img-*
classes on the <img>
tag and not the <picture>
tag.

<picture>
<source srcset="../img/100x100.png">
<img src="../img/100x100.png" alt="Image in picture tag">
</picture>
<picture>
<source srcset="../img/100x100.png">
<img src="../img/100x100.png" alt="Image in picture tag">
</picture>