Skip to content

Instantly share code, notes, and snippets.

@memetican
Last active July 22, 2023 23:52
Show Gist options
  • Save memetican/64bc94309105105ce4c9177192dd3822 to your computer and use it in GitHub Desktop.
Save memetican/64bc94309105105ce4c9177192dd3822 to your computer and use it in GitHub Desktop.
<div class="video-responsive">
<iframe width="853" height="480" src="https://www.youtube.com/embed/YOUR_VIDEO_ID" frameborder="0" allowfullscreen></iframe>
</div>
<style>
.video-responsive {
position: relative;
overflow: hidden;
padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.video-responsive iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment