Figures

Documentation and examples for displaying related images and text with the figure component in Bootstrap.

Figures on Bootstrap
Example

Anytime you need to display a piece of content—like an image with an optional caption, consider using a figure.

...
A caption for the above image.
<figure class="figure"><img class="figure-img img-fluid rounded" src="../assets/img/team/24.jpg" alt="..." />
  <figcaption class="figure-caption">A caption for the above image.</figcaption>
</figure>
Caption Alignment

Aligning the figure’s caption is easy with bootstrap text utilities.

A caption for the above image.
<figure class="figure"><img class="figure-img img-fluid rounded" src="../assets/img/team/25.jpg" alt="" />
  <figcaption class="figure-caption text-end">A caption for the above image.</figcaption>
</figure>

Thank you for creating with Falcon |
2021 © Themewagon

v3.0.0-beta4

customize