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