11 lines
331 B
HTML
11 lines
331 B
HTML
<iframe
|
|
width="100%"
|
|
height="400"
|
|
src="https://www.youtube-nocookie.com/embed/{{id}}"
|
|
title="YouTube video player"
|
|
frameborder="0"
|
|
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
|
referrerpolicy="strict-origin-when-cross-origin"
|
|
allowfullscreen
|
|
></iframe>
|