BS Images Bootstrap Image Shapes Rounded Corners The .img-rounded class adds rounded edges to an image (rounded corners are not supported in IE8): Example Circle The .img-circler class transforms the picture into a circle (IE8 does not allow rounded corners): Example Thumbnail The .img-thumbnail class transforms the image into a thumbnail: Example Responsive Images Images come in various sizes. The same is true for screens. Responsive images alter automatically to fit the screen size.To create responsive images, apply the .img-responsive class to the <img> tag. The picture will then scale properly to match the parent element.The .img-responsive class adds display: block;, max-width: 100%;, and height: auto; to the image. Example Image Gallery You can also construct an image gallery by using Bootstrap’s grid system and the .thumbnail class. Note: You will learn more about the Grid System later in this tutorial (how to create a layout with different amount of columns). Example Lorem ipsum... Lorem ipsum... Lorem ipsum... Responsive Embeds