aboutsummaryrefslogtreecommitdiff
path: root/templates/shortcodes/vimeo.html
blob: 79f92bb3112c8385e03e3cfdcb719c89b0b749e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
<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>