Images & Figures

Responsive image

Use .img-fluid class to the img tag to get responsive image.

...
Image With Radius

Use .rounded class along with .img-fluid to get border radius.

...
rounded-md Image

Use .rounded-full class to img tag to get rounded-md image.

...
Image Left Align

Use .float-start class to img tag to get left align image.

...
Image Center Align
...
Image Right Align
...
Figures
...
A caption for the above image.
...
A caption for the above image.
Image Thumbnail

Use .img-thumbnail to give an image a rounded-md 1px border.

...
rounded-md Thumbnail

Use .rounded-full along with .img-thummbnail to get radius.

...