zola-theme-terminimal/templates/shortcodes/youtube.html
2021-11-28 14:36:42 -06:00

9 lines
287 B
HTML

<div {% if class %}class="{{class}}"{% endif %}>
<iframe
class="responsive-iframe"
src="https://www.youtube.com/embed/{{id}}{% if autoplay %}?autoplay=1{% endif %}"
webkitallowfullscreen
mozallowfullscreen
allowfullscreen>
</iframe>
</div>