pages/_includes/embed/youtube.html
JustinVollmer 1e3657f788
Some checks failed
Deploy Jekyll site to Pages / build (push) Failing after 3m59s
init
2025-02-27 22:54:37 +01:00

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>