1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-27 17:54:25 -06:00

properly display alt text for videos ()

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