15 lines
404 B
HTML
15 lines
404 B
HTML
<!--
|
|
Copyright (c) 2020 Nathan Lam
|
|
https://github.com/nathancy/jekyll-embed-video
|
|
-->
|
|
|
|
<div class="embed-container">
|
|
<iframe
|
|
src="https://www.youtube.com/embed/{{ include.id }}"
|
|
width="640"
|
|
height="385"
|
|
frameborder="0"
|
|
allowfullscreen="true"
|
|
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture">
|
|
</iframe>
|
|
</div> |