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

9 lines
274 B
HTML
Raw Normal View History

2022-01-24 17:36:50 +00:00
<div class="vimeo is-flex is-justify-content-center is-align-items-center">
<iframe
width="848" height="510"
title="vimeo-player"
src="https://player.vimeo.com/video/{{id}}"
frameborder="0"
allowfullscreen>
</iframe>
</div>