aboutsummaryrefslogtreecommitdiff
path: root/src/components/still-image/still-image.vue
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2020-07-07 12:14:58 +0000
committerShpuld Shpludson <shp@cock.li>2020-07-07 12:14:58 +0000
commitec26ff04ce541c3ba5a7f89d57cd04f74e79cfcc (patch)
tree7b85ca1b8001d4aedb4a49291c1c5425f30853b0 /src/components/still-image/still-image.vue
parentbbb977a04475a445fc0588af86b3c5eb33ec0577 (diff)
parent0fe5d4cf1074fe6c4a811728de187fccadf1cac3 (diff)
Merge branch 'xenofem/pleroma-fe-rebased-image-description-authoring' into 'develop'
media description authoring v3 See merge request pleroma/pleroma-fe!1161
Diffstat (limited to 'src/components/still-image/still-image.vue')
-rw-r--r--src/components/still-image/still-image.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/still-image/still-image.vue b/src/components/still-image/still-image.vue
index f2ddeb7b..2ebf33ba 100644
--- a/src/components/still-image/still-image.vue
+++ b/src/components/still-image/still-image.vue
@@ -11,6 +11,8 @@
<img
ref="src"
:key="src"
+ :alt="alt"
+ :title="alt"
:src="src"
:referrerpolicy="referrerpolicy"
@load="onLoad"