diff options
| author | Shpuld Shpludson <shp@cock.li> | 2020-07-07 12:14:58 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2020-07-07 12:14:58 +0000 |
| commit | ec26ff04ce541c3ba5a7f89d57cd04f74e79cfcc (patch) | |
| tree | 7b85ca1b8001d4aedb4a49291c1c5425f30853b0 /src/components/video_attachment/video_attachment.vue | |
| parent | bbb977a04475a445fc0588af86b3c5eb33ec0577 (diff) | |
| parent | 0fe5d4cf1074fe6c4a811728de187fccadf1cac3 (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/video_attachment/video_attachment.vue')
| -rw-r--r-- | src/components/video_attachment/video_attachment.vue | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/video_attachment/video_attachment.vue b/src/components/video_attachment/video_attachment.vue index 97ddf1cd..1ffed4e0 100644 --- a/src/components/video_attachment/video_attachment.vue +++ b/src/components/video_attachment/video_attachment.vue @@ -4,6 +4,8 @@ :src="attachment.url" :loop="loopVideo" :controls="controls" + :alt="attachment.description" + :title="attachment.description" playsinline @loadeddata="onVideoDataLoad" /> |
