aerogramme.deuxfleurs.fr/templates/shortcodes/youtube.html
2022-01-24 18:36:50 +01:00

9 lines
350 B
HTML
Executable file

<div class="youtube is-flex is-justify-content-center is-align-items-center">
<iframe
width="848" height="510"
src="https://www.youtube.com/embed/{{id}}"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>
</div>