Add classes to an <img> element to easily style images in any project.

  1. <img src=«…» class=«img-rounded»>
  2. <img src=«…» class=«img-circle»>
  3. <img src=«…» class=«img-polaroid»>

Heads up! .img-rounded and .img-circle do not work in IE7-8 due to lack of border-radius support.