2017-07-05 12:23:55 -07:00
|
|
|
<div class="panel">
|
2017-07-11 16:55:03 -07:00
|
|
|
<div id="asset-placeholder">
|
2017-08-05 09:55:53 -07:00
|
|
|
<a href="/{{fileInfo.claimId}}/{{fileInfo.name}}{{fileInfo.fileExt}}">
|
2017-07-08 15:17:40 -07:00
|
|
|
{{#ifConditional fileInfo.fileType '===' 'video/mp4'}}
|
2017-07-25 15:00:32 -07:00
|
|
|
<video class="show-asset" autoplay loop controls>
|
2017-07-27 14:18:55 -07:00
|
|
|
<source src="/media/{{fileInfo.fileName}}">
|
2017-07-08 15:17:40 -07:00
|
|
|
{{!--fallback--}}
|
|
|
|
Your browser does not support the <code>video</code> element.
|
|
|
|
</video>
|
|
|
|
{{else}}
|
2017-07-27 14:18:55 -07:00
|
|
|
<img class="show-asset" src="/media/{{fileInfo.fileName}}" />
|
2017-07-08 15:17:40 -07:00
|
|
|
{{/ifConditional}}
|
2017-07-27 21:56:35 -07:00
|
|
|
</a>
|
2017-07-05 13:51:25 -07:00
|
|
|
</div>
|
2017-07-08 15:17:40 -07:00
|
|
|
</div>
|