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:
sebastjanartic 2025-08-30 22:38:34 +00:00
parent e9698b7454
commit b8c7a9cc19

View File

@ -169,7 +169,7 @@ export default function VideoCard({ video, onClick, className = "", hideOverlay
objectFit: 'cover' objectFit: 'cover'
}} }}
autoPlay autoPlay
muted={true} muted={false}
loop loop
playsInline playsInline
controls={false} controls={false}