Bootstrap - Images Demo


Advertisements


Bootstrap provides three classes that can be used to apply some simple styles to images −

  • .img-rounded − adds border-radius:6px to give the image rounded corners.

  • .img-circle − makes the entire image round by adding border-radius:500px.

  • .img-thumbnail − adds a bit of padding and a gray border:

Example Description Download Link
Image Gallery This example indicates about image gallery structure in Bootstrap Download
Image zoom This example indicates about Image Zoom structure in Bootstrap Download
Team Image gallery This example indicates about grid image structure in Bootstrap Download
Background image This example indicates about Background Image structure in Bootstrap Download
Image in panel This example indicates about image structure in Bootstrap Download


Advertisements