Images

A card is a flexible and extensible content container. It includes options for headers and footers, a wide variety of content & image.

Resize

Images are responsive by default with width:100% & height:auto applied.

Resize image according to container with .contain or .cover class.

With .cover class the image keeps its aspect ratio and fills the given dimension.

With .contain class the image keeps its aspect ratio, but is resized to fit within the given dimension.

Demo Image
Demo Image

Make Images rounded with .rounded-full class & for rounded border use .rounded class

To make image rounded it must have same width & height

Demo Image
Demo Image