2021-07-23 04:49:12 +09:00
|
|
|
<div>
|
|
|
|
<figure>
|
2021-09-22 23:04:45 +09:00
|
|
|
<video class="u-video" src="{{ attachment.getUrl() }}" controls poster="{{ attachment.getThumbnailUrl('medium')}}">
|
2021-07-23 04:49:12 +09:00
|
|
|
</video>
|
|
|
|
<figcaption><a
|
2021-08-12 11:43:11 +09:00
|
|
|
href="{{ path('attachment_show', {'id': attachment.getId()}) }}">{{ attachment.getBestTitle(note) }}</a>
|
2021-07-23 04:49:12 +09:00
|
|
|
</figcaption>
|
|
|
|
</figure>
|
2021-08-18 22:04:17 +09:00
|
|
|
</div>
|