diff --git a/frontend-tools/video-editor/client/public/videos/sample-video-37s.mp4 b/frontend-tools/video-editor/client/public/videos/sample-video-37s.mp4 new file mode 100644 index 00000000..819250e7 Binary files /dev/null and b/frontend-tools/video-editor/client/public/videos/sample-video-37s.mp4 differ diff --git a/frontend-tools/video-editor/client/src/components/IOSVideoPlayer.tsx b/frontend-tools/video-editor/client/src/components/IOSVideoPlayer.tsx index 118e9af4..cb2bda5e 100644 --- a/frontend-tools/video-editor/client/src/components/IOSVideoPlayer.tsx +++ b/frontend-tools/video-editor/client/src/components/IOSVideoPlayer.tsx @@ -37,7 +37,7 @@ const IOSVideoPlayer = ({ } } else { // Fallback to sample video if needed - setVideoUrl("/videos/sample-video-30s.mp4"); + setVideoUrl("/videos/sample-video-37s.mp4"); } }, [videoRef]); diff --git a/frontend-tools/video-editor/client/src/components/TimelineControls.tsx b/frontend-tools/video-editor/client/src/components/TimelineControls.tsx index 49f56fbc..f9788243 100644 --- a/frontend-tools/video-editor/client/src/components/TimelineControls.tsx +++ b/frontend-tools/video-editor/client/src/components/TimelineControls.tsx @@ -2235,7 +2235,7 @@ const TimelineControls = ({ }, [showSuccessModal, redirectUrl, onSave]); return ( -