Use <video> "muted" attribute in video preview (#2254)

This commit is contained in:
dumdum7 2022-01-28 07:15:32 +01:00 committed by GitHub
parent d9fb51f2f9
commit cfd0f1d74f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,6 +56,7 @@ export const ScenePreview: React.FC<IScenePreviewProps> = ({
<video
disableRemotePlayback
playsInline
muted={!soundActive}
className="scene-card-preview-video"
loop
preload="none"