youtube.html 331 B

12345678910
  1. <div class="video-container">
  2. <iframe
  3. src="https://www.youtube.com/embed/{{ include.id }}"
  4. title="{{ include.title | default: 'YouTube video' }}"
  5. frameborder="0"
  6. allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
  7. allowfullscreen
  8. >
  9. </iframe>
  10. </div>