Images

Responsive images

All img elements are given a max-width of 100% by default so that they will not overflow their containers. It is not necessary to apply any extra classes to make images responsive. You can observe responsive images in action by resizing the browser window as you look at the example below.

Special image styles


Rounded images

Circle images
  
<img class="rounded" src="example_image.jpg" alt="">
<img class="circle" src="example_image.jpg" alt="">