Enable video player controls to be visible for longer

Update the video player embed URL to include parameters that extend the visibility duration of the player controls.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 2eb1084e-b728-4449-9231-f1665924c8d5
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/2eb1084e-b728-4449-9231-f1665924c8d5/sLFMgI1
This commit is contained in:
sebastjanartic 2025-08-28 21:06:41 +00:00
parent 6846cc333e
commit 416b0df222

View File

@ -261,7 +261,7 @@ export default function BunnyVideoModal({ video, isOpen, onClose, onEdit, videos
<div className="relative w-full aspect-video bg-black rounded-lg overflow-hidden">
{video.videoUrlIframe ? (
<iframe
src={video.videoUrlIframe}
src={`${video.videoUrlIframe}&controls=1&controlsTimeout=8000`}
className="absolute inset-0 w-full h-full"
frameBorder="0"
allowFullScreen