spee.ch/views/partials/gridItem.handlebars

7 lines
232 B
Handlebars
Raw Normal View History

2017-10-13 18:29:29 +02:00
<a href="{{this.showUrlLong}}">
{{#ifConditional this.contentType '===' 'video/mp4'}}
2017-10-25 18:17:47 +02:00
<img class="grid-item" src="{{this.thumbnail}}"/>
2017-10-13 18:29:29 +02:00
{{else}}
2017-10-25 18:17:47 +02:00
<img class="grid-item" src="{{this.directUrlLong}}" />
2017-10-13 18:29:29 +02:00
{{/ifConditional}}
</a>