Created
November 19, 2018 23:39
-
-
Save adamcrampton/f6b16444293673cc3ce76d57751a8c58 to your computer and use it in GitHub Desktop.
Responsive iframe snippet
This file contains 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> | |
.resp-iframe { | |
position: absolute; | |
top: 0; | |
left: 0; | |
width: 100%; | |
height: 100%; | |
border:0; | |
} | |
</style> | |
<div class="center" style="position: relative; overflow: hidden; padding-top: 56.25%;"> | |
<iframe class="resp-iframe" id="ls_embed_1518049031" src="https://livestream.com/accounts/9098097/events/8027062/player?width=640&height=360&enableInfoAndActivity=true&defaultDrawer=&autoPlay=true&mute=false" frameborder="0" scrolling="no"></iframe> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment