Image Thumbnails
In addition to our border-radius utilities,you can use .img-thumbnailto give an image a rounded 1px border appearance.
Image Rounded
In addition to our border-radius utilities,you can use .roundedto give an image a rounded 1px border appearance.
Image Circle
In addition to our border-radius utilities,you can use .rounded-circleto give an image a rounded 1px border appearance.
Image Left
Align images with the helper float classes. .float-left or .float-right
Image Center
In addition to our image position utilities,you can use .mx-auto & .d-block.
Image Right
Align images with the helper float classes. .float-left or .float-right
Responsive Images
Images in Bootstrap are made responsive with .img-fluid. max-width:100%;and height:auto;are applied to the image so that it scales with the parent element.