Image component is used to display images on the screen. They take the entire width of the parent and are responsive.
You can make the image responsive by giving it a class .res-image. It will keep the aspect ratio same.
To make the image round shaped just add the class .round-img to the image.