Skip to content

Instantly share code, notes, and snippets.

@charlesroper
Last active October 21, 2021 12:12
Show Gist options
  • Save charlesroper/4a5b6378f95dd9ac2894c0d542d4e98b to your computer and use it in GitHub Desktop.
Save charlesroper/4a5b6378f95dd9ac2894c0d542d4e98b to your computer and use it in GitHub Desktop.
Responsive Vimeo embed
<!--
NOTE: YOU DO NOT NEED TO USE THIS EMBED CODE ANY MORE BECAUSE VIMEO NOW DIRECTLY SUPPORTS
RESPONSIVE EMBEDS. PLEASE SEE THEIR OWN GUIDANCE FOR DETAILS:
https://vimeo.zendesk.com/hc/en-us/articles/360000710167-Accessing-and-editing-embed-codes
-->
<div class="embed-responsive embed-responsive-16by9">
<iframe src="https://player.vimeo.com/video/448801636"
class="embed-responsive-item"
allow="autoplay; fullscreen"
allowfullscreen
frameborder="0">
</iframe>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment