2015-04-27 14:05:31 +00:00
|
|
|
<div class="portable-infobox-item item-type-image no-margins">
|
2015-05-21 09:58:33 +00:00
|
|
|
<figure class="portable-infobox-image-wrapper">
|
2015-07-22 10:11:19 +00:00
|
|
|
<a href="{{url}}" class="image image-thumbnail{{#isVideo}} video video-thumbnail small{{/isVideo}}"
|
|
|
|
title="{{alt}}">
|
2015-07-21 14:30:05 +00:00
|
|
|
<img src="{{thumbnail}}" class="portable-infobox-image" alt="{{alt}}"
|
|
|
|
width="{{{width}}}"
|
|
|
|
height="{{{height}}}" data-{{media-type}}-key="{{name}}" data-{{media-type}}-name="{{name}}"/>
|
|
|
|
{{#isVideo}}
|
2015-07-22 10:11:19 +00:00
|
|
|
{{#duration}}
|
|
|
|
<span class="duration" itemprop="duration">{{duration}}</span>{{/duration}}
|
2015-07-21 14:30:05 +00:00
|
|
|
<span class="play-circle"></span>
|
|
|
|
{{/isVideo}}
|
2015-05-05 10:38:20 +00:00
|
|
|
</a>
|
2015-05-19 15:31:09 +00:00
|
|
|
{{#caption}}<figcaption class="portable-infobox-item-margins portable-infobox-image-caption">{{{caption}}}</figcaption>{{/caption}}
|
2015-04-27 14:05:31 +00:00
|
|
|
</figure>
|
|
|
|
</div>
|