Skip to content

Instantly share code, notes, and snippets.

@yewknee
Created August 31, 2016 16:06
Show Gist options
  • Save yewknee/85b953e8a23db7230ec9284b5cfca6df to your computer and use it in GitHub Desktop.
Save yewknee/85b953e8a23db7230ec9284b5cfca6df to your computer and use it in GitHub Desktop.
Responsive VHX Embed
<style>
.vhx-embed { position: relative; width: 100%; height: 0px; padding-bottom: 56.25%; }
.vhx-embed iframe { position: absolute; top: 0; left:0; width: 100%; height:100%; }
</style>
<div class="vhx-embed">
<iframe src="https://embed.vhx.tv/packages/18075?" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment