web/_includes/embed/youtube.html

10 lines
287 B
HTML
Raw Permalink Normal View History

<iframe
class="embed-video youtube"
loading="lazy"
2022-12-16 22:56:19 +03:00
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>