Images
Image Components are used to dsiplay images on websites.This images can be made screen responsive.
Responsive Image
Add the class img-rsp to make any image responsive.
<img src="../../assets/image.jpg" alt="image" class="img-rsp" />
Round Image
Add the class img-round to make any image round.
<img src="../../assets/image.jpg" alt="image" class="img-rsp img-round" />