From 551aaee106c3dc6c34e10193d8683fa67e7f9bea Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Mon, 4 Aug 2025 18:55:45 +0000 Subject: [PATCH] Improve video player functionality and enable full screen viewing Enable fullscreen and controls on video player; set iframe properties and poster URL. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 50814a1e-92e4-4968-856f-7bc7eedf5e8f Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/50814a1e-92e4-4968-856f-7bc7eedf5e8f/ZePu5CD --- client/src/components/video-modal.tsx | 5 +++-- client/src/index.css | 13 +++++++++++++ client/src/pages/video.tsx | 5 +++-- server/bunny.ts | 9 +++++---- 4 files changed, 24 insertions(+), 8 deletions(-) diff --git a/client/src/components/video-modal.tsx b/client/src/components/video-modal.tsx index cd3a0d9..cffb1c6 100644 --- a/client/src/components/video-modal.tsx +++ b/client/src/components/video-modal.tsx @@ -184,8 +184,9 @@ export default function VideoModal({ video, isOpen, onClose }: VideoModalProps)