diff options
| author | William Pitcock <nenolod@dereferenced.org> | 2019-02-18 05:03:26 +0000 |
|---|---|---|
| committer | xenofem <xenofem@xeno.science> | 2020-06-28 02:10:06 -0400 |
| commit | 2c6ec37e6a796d2d7be7be58ac0e3c6c8bbd6a18 (patch) | |
| tree | 114e159337270a4a1d9e6a4fd8cb2d081a329161 /src/components/attachment/attachment.vue | |
| parent | 391f796cb491478105a617b6554e9334cca1443b (diff) | |
media description support
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 a7e217c1..98f772c0 100644 --- a/src/components/attachment/attachment.vue +++ b/src/components/attachment/attachment.vue @@ -51,7 +51,6 @@ :class="{'hidden': hidden && preloadImage }" :href="attachment.url" target="_blank" - :title="attachment.description" @click="openModal" > <StillImage @@ -59,6 +58,7 @@ :mimetype="attachment.mimetype" :src="attachment.large_thumb_url || attachment.url" :image-load-handler="onImageLoad" + :alt="attachment.description" /> </a> |
