Bootstrap Question:

How to give a style to images in Bootstrap?

Tweet Share WhatsApp

Answer:

By using the Bootstrap classes we can easily style images like making images round, cornered, or circular, or we can give a thumbnail effect on images. We have the following classes for image shapes.

☛ Rounded Corners - The .img-rounded class used for adding rounded corners to an image.
☛ Circle - The .img-circle class used for shaping the image to a circle.
☛ Thumbnail - The .img-thumbnail class used for shaping the image to a thumbnail.

Download Bootstrap PDF Read All 128 Bootstrap Questions
Previous QuestionNext Question
What to display code in bootstrap?Explain me what are bootstrap badges?