Learn how to style images with Bootstrap's utility classes.
Use .img-fluid to make an image responsive. It applies
max-width: 100%; and height: auto; so the
image scales with the parent element.
Use .img-thumbnail to give an image a rounded 1px border
appearance.
You can align images using float utilities or margin utilities for block elements.
This text wraps around the image because the image is floated to the start (left).
This text wraps around the image because the image is floated to the end (right).
Use .mx-auto and .d-block to center an
image.
Use border radius utilities to round the corners of your images.