garagehq.deuxfleurs.fr/templates/shortcodes/youtube.html

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>