Files
personal-website-statix-gen…/themes/anatole-zola/templates/shortcodes/youtube.html

5 lines
230 B
HTML
Raw Normal View History

2024-08-20 14:18:52 +02:00
<div {% if class %}class="{{class}}" {% endif %}>
<iframe src="https://www.youtube.com/embed/{{id}}{% if autoplay %}?autoplay=1{% endif %}" webkitallowfullscreen
mozallowfullscreen allowfullscreen>
</iframe>
</div>