Files
personal-website-statix-gen…/themes/anatole-zola/templates/shortcodes/youtube.html
Abhishek Anil Deshmukh 717160cec8 setup the basic thing atleast
2024-08-20 14:18:52 +02:00

5 lines
230 B
HTML

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