mirror of
https://github.com/stashapp/stash.git
synced 2025-12-13 11:52:46 +01:00
Use <video> "muted" attribute in video preview (#2254)
This commit is contained in:
parent
d9fb51f2f9
commit
cfd0f1d74f
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ export const ScenePreview: React.FC<IScenePreviewProps> = ({
|
|||
<video
|
||||
disableRemotePlayback
|
||||
playsInline
|
||||
muted={!soundActive}
|
||||
className="scene-card-preview-video"
|
||||
loop
|
||||
preload="none"
|
||||
|
|
|
|||
Loading…
Reference in a new issue