Answers

Question and Answer:

  Home  Bootstrap

⟩ Tell me what are different shapes for image in bootstrap?

By Default bootstrap provides 3 classes for image shape.

☛ Rounded image

☛ Circle shape image

☛ Thumbnail image

Example:

<img src=""; alt="rounded image" class="img-rounded">

<img src=""; alt="circle image" class="img-circle">

<img src=""; alt="thumbnail image" class="img-thumbnail">

 181 views

More Questions for you: