Show images in file view

This commit is contained in:
2017-11-27 21:48:13 +01:00
parent 7263f092d0
commit 59de8a4151
3 changed files with 16 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{{#if fileLoaded}}
{{#if isImage}}
<img src="" alt={{metaData.name}}>
<img src={{objectURL}} alt={{metaData.name}}>
{{/if}}
{{#if isText}}