1.

How Many Image Shapes & Corners In Bootstrap 4?

Answer»

You can use Bootstrap to render IMAGES with rounded CORNERS or as a circle. This is achieved with the .rounded-* utility classes.

<IMG src="image_1.png" class="rounded" alt="rounded image">

<img src="image_2.png" class="rounded-circle" alt="rounded-circle image">

<img src="image_3.png" class="img-thumbnail" alt="img-thumbnail image">

<img src="image_4.png" class="rounded-top" alt="rounded-top image">

<img src="image_5.png" class="rounded-bottom" alt="rounded-bottom image">

<img src="image_6.png" class="rounded-0" alt="rounded-0 image">

You can use Bootstrap to render images with rounded corners or as a circle. This is achieved with the .rounded-* utility classes.

<img src="image_1.png" class="rounded" alt="rounded image">

<img src="image_2.png" class="rounded-circle" alt="rounded-circle image">

<img src="image_3.png" class="img-thumbnail" alt="img-thumbnail image">

<img src="image_4.png" class="rounded-top" alt="rounded-top image">

<img src="image_5.png" class="rounded-bottom" alt="rounded-bottom image">

<img src="image_6.png" class="rounded-0" alt="rounded-0 image">



Discussion

No Comment Found