Last active
February 1, 2024 18:02
-
-
Save csarigoz/b69102ae8ca4c07eab887f59dfc775bc to your computer and use it in GitHub Desktop.
YouTube Video Responsive Embed Example
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
<div class="video-container"> | |
<iframe src="https://www.youtube.com/embed/TcNaihIowlo?cc_load_policy=3&modestbranding=1&rel=0&iv_load_policy=3" frameborder="0" allowfullscreen=""></iframe> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For more details on setting the custom CSS, please take a look at my blog post: https://bizstack.tech/embed-videos-responsively/