Forked from christophengelmayer/tailwind-resonsive-embed.html
Created
April 1, 2021 15:12
-
-
Save nootrope/2d2212dc1456b951068cc4f4665fdeb6 to your computer and use it in GitHub Desktop.
Tailwind CSS responsive Video 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
<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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment