videoEncoderView.html.twig 339 B

12345678910
  1. <div>
  2. <figure>
  3. <video class="u-video" src="{{ attachment.getUrl() }}" controls poster="{{ attachment.getThumbnailUrl()}}">
  4. </video>
  5. <figcaption><a
  6. href="{{ path('attachment_show', {'id': attachment.getId()}) }}">{{ attachment.getBestTitle(note) }}</a>
  7. </figcaption>
  8. </figure>
  9. </div>