Use .img-fluid to make images scale with parent width.
Resize the browser to see the image scale.
Use .img-thumbnail for a rounded 1px border appearance.
No class
.rounded
.rounded-circle
.rounded-0
.rounded-pill
This paragraph demonstrates text wrapping around a floated image. The image uses .float-start to float to the left, and .me-3 adds margin to the right. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam id dolor id nibh ultricies vehicula ut id elit.
This paragraph demonstrates text wrapping around a right-floated image. The image uses .float-end to float to the right, and .ms-3 adds margin to the left. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam id dolor id nibh ultricies vehicula ut id elit.
Use .d-block and .mx-auto to center a block-level image.
Use the <picture> element to serve different images based on viewport size.
Resize the browser to see different images load at different breakpoints.