You are here

video-embed-html5.html.twig in Video Embed HTML5 8

<video controls {{ autoplay ? 'autoplay' : '' }} width="100%">
    <source src="{{ src }}" type="{{ type }}"/>
</video>

File

templates/video-embed-html5.html.twig
View source
  1. <video controls {{ autoplay ? 'autoplay' : '' }} width="100%">
  2. <source src="{{ src }}" type="{{ type }}"/>
  3. </video>