diff options
| author | Henry Jameson <me@hjkos.com> | 2018-01-29 10:47:26 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-03-12 01:30:27 +0300 |
| commit | b10787d23ca645932e89383ebb39402d1eb84700 (patch) | |
| tree | d184ec36b908a707ebf6e4726b2c02d351044605 /src/components/attachment/attachment.vue | |
| parent | cd3bf461dba72ddb04c4b1c3a4b736009b968cbe (diff) | |
first ver
Diffstat (limited to 'src/components/attachment/attachment.vue')
| -rw-r--r-- | src/components/attachment/attachment.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue index d6a51ffd..2810e205 100644 --- a/src/components/attachment/attachment.vue +++ b/src/components/attachment/attachment.vue @@ -8,7 +8,7 @@ </div> <a v-if="type === 'image' && !hidden" class="image-attachment" :href="attachment.url" target="_blank"> - <img class="base03-border" referrerpolicy="no-referrer" :src="attachment.large_thumb_url || attachment.url"/> + <StillImage class="base03-border" referrerpolicy="no-referrer" :mimetype="attachment.mimetype" :src="attachment.large_thumb_url || attachment.url"/> </a> <video class="base03" v-if="type === 'video' && !hidden" :src="attachment.url" controls loop></video> |
