mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44: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
|
<video
|
||||||
disableRemotePlayback
|
disableRemotePlayback
|
||||||
playsInline
|
playsInline
|
||||||
|
muted={!soundActive}
|
||||||
className="scene-card-preview-video"
|
className="scene-card-preview-video"
|
||||||
loop
|
loop
|
||||||
preload="none"
|
preload="none"
|
||||||
|
|||||||
Reference in New Issue
Block a user