mirror of
https://github.com/peter-tanner/peter-tanner.github.io.git
synced 2024-12-02 21:10:17 +08:00
10 lines
279 B
HTML
10 lines
279 B
HTML
<iframe
|
|
class="embed-video"
|
|
loading="lazy"
|
|
src="https://www.youtube.com/embed/{{ include.id }}"
|
|
title="YouTube video player"
|
|
frameborder="0"
|
|
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
|
allowfullscreen
|
|
></iframe>
|