Skip to content

Instantly share code, notes, and snippets.

@michielmulders
Created September 23, 2020 15:57
Show Gist options
  • Save michielmulders/989c2c9af02594defd46f612aae99ad4 to your computer and use it in GitHub Desktop.
Save michielmulders/989c2c9af02594defd46f612aae99ad4 to your computer and use it in GitHub Desktop.
Zola YouTube shortcode
<div {% if class %}class="{{class}}"{% endif %}>
<iframe
src="https://www.youtube.com/embed/{{id}}{% if autoplay %}?autoplay=1{% endif %}"
webkitallowfullscreen
mozallowfullscreen
allowfullscreen>
</iframe>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment