Default Image Style

<img src="/path/to/file-name.jpg" alt="image name" />

Round Corner Image Style

<img class="round" src="/path/to/file-name.jpg" alt="image name" />

Image With Border

<img class="border" src="/path/to/file-name.jpg" alt="image name" />

Image With Border - Primary Color

<img class="border-primary" src="/path/to/file-name.jpg" alt="image name" />

Image With Border - Secondary Color

<img class="border-secondary" src="/path/to/file-name.jpg" alt="image name" />

Image With Shadow

<img class="shadow" src="/path/to/file-name.jpg" alt="image name" />

Black and White Image

<img class="gray" src="/path/to/file-name.jpg" alt="image name" />