Snapshot

Simple image styling.

Download Snapshot

GitHub Project       Getting Started

Image Styles

Add image styling with simple classes.

Rounded

Circle

Bordered

Polaroid

Rounded
<img class="img-rounded" src="#">

Circle
<img class="img-circle" src="#">

Bordered
<img class="img-border" src="#">

Polaroid
<img class="img-polaroid" src="#">

Combining Styles

You can combine classes for additional styling options.

<img class="img-circle img-polaroid" src="#">

Browser Support

Because IE 8 and lower do no support the border-radius property, .img-rounded and .img-circle will not work in those browsers.

Snapshot is fully supported by IE 9 and higher, and all modern browsers.