mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-26 23:04:36 +02:00
fix
This commit is contained in:
@@ -89,7 +89,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||
@loadedmetadata="originalContentLoaded = true"
|
||||
@click.stop="onVideoClick"
|
||||
></video>
|
||||
<button v-if="content.type === 'video' && !isVideoPlaying" class="_button" :class="$style.videoOverlayPlayButton">
|
||||
<button v-if="content.type === 'video' && !prefer.s.useNativeUiForVideoAudioPlayer && !isVideoPlaying" class="_button" :class="$style.videoOverlayPlayButton">
|
||||
<i class="ti ti-player-play-filled"></i>
|
||||
</button>
|
||||
</template>
|
||||
|
||||
@@ -32,10 +32,8 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||
<video
|
||||
v-else
|
||||
:class="$style.video"
|
||||
:poster="video.thumbnailUrl ?? undefined"
|
||||
:alt="video.comment"
|
||||
preload="metadata"
|
||||
playsinline
|
||||
>
|
||||
<source :src="video.url">
|
||||
</video>
|
||||
|
||||
Reference in New Issue
Block a user