We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26b0a18 commit cc42179Copy full SHA for cc42179
static/zip-icon.png
5.02 KB
templates/partials/active_modal.tmpl
@@ -9,7 +9,7 @@
9
{{if eq .FileType "image"}}
10
<img src="/files/{{ .Filename }}" class="img-fluid" alt="Responsive image">
11
{{else if eq .FileType "application"}}
12
- <embed src="/files/{{ .Filename }}" width="500" height="375">
+ <img src="/static/zip-icon.png" class="img-fluid" alt="Responsive image">
13
{{end}}
14
</div>
15
<div class="modal-footer">
0 commit comments