You are here

jw_player.html.twig in JW Player 8

<div class="jwplayer-video">
    <video id="{{ html_id }}" width="{{ width }}" height="{{ height }}" controls="controls" preload="none"{% if poster %} poster="{{ poster }}"{%  endif %}>
        <source src="{{ file_url }}"{% if file_mime %} type="{{ file_mime }}" {% endif %}/>
    </video>
</div>

File

templates/jw_player.html.twig
View source
  1. <div class="jwplayer-video">
  2. <video id="{{ html_id }}" width="{{ width }}" height="{{ height }}" controls="controls" preload="none"{% if poster %} poster="{{ poster }}"{% endif %}>
  3. <source src="{{ file_url }}"{% if file_mime %} type="{{ file_mime }}" {% endif %}/>
  4. </video>
  5. </div>