anarsec.guide/themes/DeepThought/templates/shortcodes/vimeo.html
2023-06-19 15:53:33 +00:00

9 lines
No EOL
274 B
HTML

<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>