Created
August 31, 2016 16:06
-
-
Save yewknee/85b953e8a23db7230ec9284b5cfca6df to your computer and use it in GitHub Desktop.
Responsive VHX Embed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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