Skip to content

Instantly share code, notes, and snippets.

@christophengelmayer
Last active September 10, 2024 11:52
Show Gist options
  • Save christophengelmayer/0edd4d9b6fdeb6ff551fb80d957fd35d to your computer and use it in GitHub Desktop.
Save christophengelmayer/0edd4d9b6fdeb6ff551fb80d957fd35d to your computer and use it in GitHub Desktop.
Tailwind CSS responsive Video embed
<div class="relative" style="padding-top: 56.25%">
<iframe class="absolute inset-0 w-full h-full" src="https://www.youtube-nocookie.com/embed/FMrtSHAAPhM" frameborder="0" …></iframe>
</div>
@ronaldaraujo
Copy link

@christophengelmayer success! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment