bmen-jekyll/_includes/elements/video.html

3 lines
131 B
HTML
Raw Normal View History

2020-10-10 08:35:47 +00:00
<div class="video">
<iframe src="https://www.youtube.com/embed/{{ include.id }}" frameborder="0" allowfullscreen></iframe>
</div>