Images
Image Rounded & Circle
Use roundedclass and rounded-circle class to show an image with a round border and rounded shape respectively.

Next.js Preview
Image Thumbnails
Use img-thumbnail class to give an image rounded 1px border appearance.

Next.js Preview
Image Sizes
Use avatar-xxs, avatar-xs, avatar-sm, avatar-md, avatar-lg, avatar-xl class for different image sizes.
avatar-xxs
avatar-xs
avatar-sm
avatar-md
avatar-lg
avatar-xl
avatar-xxs
avatar-xs
avatar-sm
avatar-md
avatar-lg
avatar-xl
Next.js Preview
Avatar With Content
Use avatar-xxs, avatar-xs,avatar-sm,avatar-md,avatar-lg,avatar-xl class to set different avatar content.
Next.js Preview
Figures
Use the included figure, figure-img and figure-caption classes to provide some baseline styles for the HTML5 <figure> and <figcaption> elements.


Next.js Preview
Responsive Images
Responsive Images with img-fluid,max-width: 100%; and height: auto; to the image so that it scales with the parent width.
