ccm-website/templates/shortcodes/embed-youtube.html
2024-11-12 13:05:12 +02:00

8 lines
No EOL
259 B
HTML

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