Images & Video

Standard Images

Placeholder Image
  <img src="..." alt="...">
  

Contained Images

Placeholder Image
Placeholder Image
    <div class="image-contained">
      <img src="..." alt="...">
    </div>
  

Figures

Default

Placeholder Image
A caption for the image
    <figure class="figure">
      <img src="..." alt="...">
      <figcaption>A caption for the image</figcaption>
    </figure>
  

Reversed

Placeholder Image
A caption for the image
    <figure class="figure figure--reversed">
      <img src="..." alt="...">
      <figcaption>A caption for the image</figcaption>
    </figure>
  

Video

Video content should be wrapped inside an image-contained element.

  <div class="image-contained">
    <iframe src="..." frameborder="0" allowfullscreen></iframe>
  </div>