Style Guide
Fork me on GitHub

Video

Videos we use on Wikia. We use 16:9 ratio.

Primary sizes

Extra large size

Video preview

Large size

Video preview

Medium size

Video preview

Small size

Video preview

Extra small size

Video preview

Thumbnail size

Video preview

Usage

Large

Video preview
Video title, if applicable, which can span no more than two lines
HTML
<figure class="large video">
  <a class="overlay">
    <i class="icon-play"></i>
  </a>
  <img src=".../images/video_preview.jpg" alt="Video preview">
  <figcaption>Video title, if applicable, which can span no more than
  two lines</figcaption>
</figure>

Medium

Video preview
Elect Adam West Trailer
Cosby sweater meggings quinoa, try-hard food truck bitters direct trade mumblecore before they sold out tousled scenester keffiyeh church-key slow-carb. Austin DIY try-hard, Portland Schlitz.
HTML
<figure class="medium video">
  <a class="overlay">
    <i class="icon-play"></i>
  </a>
  <img src=".../images/video_preview.jpg" alt="Video preview">
  <figcaption>
    <h5>Elect Adam West Trailer</h5>
    Cosby sweater meggings quinoa, try-hard food truck bitters direct trade...
  </figcaption>
</figure>

Small

Video preview
Elect Adam West Trailer
HTML
<figure class="small video">
  <a class="overlay">
    <i class="icon-play"></i>
  </a>
  <img src=".../images/video_preview.jpg" alt="Video preview">
  <figcaption>Elect Adam West Trailer</figcaption>
</figure>

Legacy format — 4:3

4:3 format, if appears, is put inside the nearest 16:9 format.