templates/website/includes/video.html.twig line 1

Open in your IDE?
  1. <iframe 
  2.     width="{{ width }}"
  3.     height="{{ height }}" src="{{ url }}?autoplay={{ autoplay }}&mute=1"
  4.     title="{{ title }}"
  5.     frameborder="0"
  6.     allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
  7.     allowfullscreen>
  8. </iframe>