Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 775 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 775 Bytes

Wordpress theme for thatmichael.com

install in wp-content/themes/thatmichael

Formatting for screenshots

Single:

<div class="screenshot-wrapper">
  <div class="screenshot">
    <img src="XXXX" class="alignnone size-full" />
  </div>
</div>

Double:

<div class="screenshot-wrapper">
  <div class="screenshot double">
    <img src="XXXX" class="alignnone size-full" />
  </div>
  <div class="screenshot double">
    <img src="XXXX" class="alignnone size-full" />
  </div>
</div>

Formatting for video

If video is in an iframe no additional formatting is required. Example:

<iframe src="https://player.vimeo.com/video/151420299" width="960" height="540" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>