diff options
Diffstat (limited to 'templates/shortcodes/vimeo.html')
-rwxr-xr-x | templates/shortcodes/vimeo.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/shortcodes/vimeo.html b/templates/shortcodes/vimeo.html new file mode 100755 index 0000000..79f92bb --- /dev/null +++ b/templates/shortcodes/vimeo.html @@ -0,0 +1,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>
\ No newline at end of file |