2019-07-26 07:38:36 +00:00
|
|
|
<a data-test-image-link href={{src}} target="_blank" rel="noopener noreferrer" class="image-file-image">
|
|
|
|
<img data-test-image src={{src}} alt={{or alt fileName}} title={{fileName}} onload={{action updateImageMeta}} />
|
2019-07-02 14:52:47 +00:00
|
|
|
</a>
|
2019-07-02 19:59:57 +00:00
|
|
|
<figcaption class="image-file-caption">
|
|
|
|
<span class="image-file-caption-primary">
|
2019-07-26 07:38:36 +00:00
|
|
|
<strong data-test-file-name>{{fileName}}</strong>
|
2019-07-02 14:52:47 +00:00
|
|
|
{{#if (and width height)}}
|
2019-08-07 22:11:32 +00:00
|
|
|
<span data-test-file-stats>({{width}}px × {{height}}px{{#if size}}, {{format-bytes size}}{{/if}})</span>
|
2019-07-02 14:52:47 +00:00
|
|
|
{{/if}}
|
|
|
|
</span>
|
|
|
|
</figcaption>
|