mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Use <video> "muted" attribute in video preview (#2254)
This commit is contained in:
@@ -56,6 +56,7 @@ export const ScenePreview: React.FC<IScenePreviewProps> = ({
|
||||
<video
|
||||
disableRemotePlayback
|
||||
playsInline
|
||||
muted={!soundActive}
|
||||
className="scene-card-preview-video"
|
||||
loop
|
||||
preload="none"
|
||||
|
||||
Reference in New Issue
Block a user