Skip to content

Instantly share code, notes, and snippets.

@spra85
Created May 18, 2016 18:44
Show Gist options
  • Save spra85/809b0789fe1bbc9701255c7f798904fa to your computer and use it in GitHub Desktop.
Save spra85/809b0789fe1bbc9701255c7f798904fa to your computer and use it in GitHub Desktop.

Link to The A.V. Club article

BEFORE

<div data-type="embed" contenteditable="false" data-crop="original" data-size="original" class="inline embed size-original crop-original" data-code="%3Ciframe%20src%3D%22https%3A//player.vimeo.com/video/166544005%22%20width%3D%22640%22%20height%3D%22360%22%20frameborder%3D%220%22%20webkitallowfullscreen%20mozallowfullscreen%20allowfullscreen%3E%3C/iframe%3E" data-source="{{source}}">
   <div><iframe src="https://player.vimeo.com/video/166544005" width="640" height="360" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen=""></iframe></div>
   <span class="caption"></span>
</div>

AFTER

<figure class="op-social">
         <iframe src="https://player.vimeo.com/video/166544005" width="640" height="360" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen=""></iframe>
        </figure>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment