Enable audio for video previews on the platform
Update the VideoCard component to enable audio playback for video previews, rather than defaulting to muted. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 344ec1e0-1186-4058-bbff-2e9619a7b1e0 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/344ec1e0-1186-4058-bbff-2e9619a7b1e0/FgaI1Sc
This commit is contained in:
parent
e9698b7454
commit
b8c7a9cc19
@ -169,7 +169,7 @@ export default function VideoCard({ video, onClick, className = "", hideOverlay
|
||||
objectFit: 'cover'
|
||||
}}
|
||||
autoPlay
|
||||
muted={true}
|
||||
muted={false}
|
||||
loop
|
||||
playsInline
|
||||
controls={false}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user