mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-14 08:25:07 +01:00
add z-index 0 to video element
This commit is contained in:
parent
e2b1a9bfde
commit
37d5aaede9
@ -43,7 +43,7 @@ function VideoElement(props: Props) {
|
|||||||
autoPlay={props.autoPlay}
|
autoPlay={props.autoPlay}
|
||||||
muted={mediaPlaying.volume === 0}
|
muted={mediaPlaying.volume === 0}
|
||||||
playsInline
|
playsInline
|
||||||
className="h-full w-full"
|
className="z-0 h-full w-full"
|
||||||
>
|
>
|
||||||
{source.source?.caption ? (
|
{source.source?.caption ? (
|
||||||
<track default kind="captions" src={source.source.caption.url} />
|
<track default kind="captions" src={source.source.caption.url} />
|
||||||
|
Loading…
Reference in New Issue
Block a user