Archived
1
0

Add inline webm playback

This commit is contained in:
ZiRo
2016-04-27 15:36:57 +02:00
parent d059971dcc
commit 2dea0917d1
9 changed files with 279 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
{{#post.Attachments}}
<figure>
<figcaption>
<a href="{{Source}}" title="{{Filename}}" target="_blank"><img src="{{Thumbnail}}" alt="{{Filename}}" class="thumbnail"/></a>
<a class="file" href="{{Source}}" title="{{Filename}}" target="_blank"><img src="{{Thumbnail}}" alt="{{Filename}}" class="thumbnail"/></a>
</figcaption>
</figure>
{{/post.Attachments}}