Skip to content

Instantly share code, notes, and snippets.

@Leland
Last active March 2, 2016 23:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Leland/42b585369e22ead45009 to your computer and use it in GitHub Desktop.
Save Leland/42b585369e22ead45009 to your computer and use it in GitHub Desktop.
Comparison of oEmbed formats
<!-- No Content width specified; Shortcodes enabled -->
<div class="jetpack-video-wrapper">
<div class="embed-vimeo" style="text-align: center;">
<iframe src="https://player.vimeo.com/video/157320165" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen="" data-ratio="NaN" data-width="0" data-height="0" style="display: block; margin: 0px; width: 0px; height: 0px;"></iframe>
</div>
</div>
<!-- No Content width specified; Shortcodes disabled -->
<div class="jetpack-video-wrapper">
<iframe src="https://player.vimeo.com/video/157320165" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen="" data-ratio="0.562" data-width="500" data-height="281" style="display: block; margin: 0px; width: 500px; height: 281px;"></iframe>
</div>
<!-- Content width specified; Shortcodes disabled -->
<div class="jetpack-video-wrapper">
<iframe src="https://player.vimeo.com/video/157320165" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen="" data-ratio="0.5630952380952381" data-width="840" data-height="473" style="display: block; margin: 0px; width: 840px; height: 473px;"></iframe>
</div>
<!-- Content width specified; Shortcodes disabled -->
<div class="jetpack-video-wrapper">
<div class="embed-vimeo" style="text-align: center;">
<iframe src="https://player.vimeo.com/video/157320165" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen="" data-ratio="0.5630952380952381" data-width="840" data-height="473" style="display: block; margin: 0px; width: 840px; height: 473px;"></iframe>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment