1
This commit is contained in:
@@ -533,8 +533,6 @@ const BackgroundVideo: React.FC<{ src: string }> = ({ src }) => {
|
|||||||
muted
|
muted
|
||||||
playsInline
|
playsInline
|
||||||
preload="auto"
|
preload="auto"
|
||||||
decoding="auto"
|
|
||||||
x-webkit-airplay="allow"
|
|
||||||
onCanPlayThrough={handleCanPlay}
|
onCanPlayThrough={handleCanPlay}
|
||||||
onCanPlay={handleCanPlay}
|
onCanPlay={handleCanPlay}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user