properly display alt text for videos (#8802)

The alt text is already properly federated and given by the API,
it is just not displayed properly by the client.
This commit is contained in:
Johann150 2022-06-09 16:35:58 +02:00 committed by GitHub
parent c6e0430aa7
commit eec7a0a1f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,8 @@
<div v-else class="kkjnbbplepmiyuadieoenjgutgcmtsvu">
<video
:poster="video.thumbnailUrl"
:title="video.name"
:title="video.comment"
:alt="video.comment"
preload="none"
controls
@contextmenu.stop