Skip to content

Instantly share code, notes, and snippets.

@rileyrichter
Created November 15, 2019 20:16
Show Gist options
  • Save rileyrichter/575b6fcfc41744142af15256b2e3f131 to your computer and use it in GitHub Desktop.
Save rileyrichter/575b6fcfc41744142af15256b2e3f131 to your computer and use it in GitHub Desktop.
Embed Code for Webflow and Eko
<style>
.embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
</style>
<div class='embed-container'>
<iframe
src='https://helloeko.com/music/jeff-buckley-just-like-a-woman/embed'
allowfullscreen
allow='autoplay; fullscreen'>
</iframe>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment