forked from FoundKeyGang/FoundKey
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:
parent
c6e0430aa7
commit
eec7a0a1f6
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue