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">
|
<div v-else class="kkjnbbplepmiyuadieoenjgutgcmtsvu">
|
||||||
<video
|
<video
|
||||||
:poster="video.thumbnailUrl"
|
:poster="video.thumbnailUrl"
|
||||||
:title="video.name"
|
:title="video.comment"
|
||||||
|
:alt="video.comment"
|
||||||
preload="none"
|
preload="none"
|
||||||
controls
|
controls
|
||||||
@contextmenu.stop
|
@contextmenu.stop
|
||||||
|
|
Loading…
Reference in a new issue