diff --git a/attached_assets/image_1756595004913.png b/attached_assets/image_1756595004913.png new file mode 100644 index 0000000..cce412a Binary files /dev/null and b/attached_assets/image_1756595004913.png differ diff --git a/client/src/pages/VideoPage.tsx b/client/src/pages/VideoPage.tsx index ba64975..2a2d1f6 100644 --- a/client/src/pages/VideoPage.tsx +++ b/client/src/pages/VideoPage.tsx @@ -442,7 +442,9 @@ export default function VideoPage() { allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" onLoad={(e) => { setTimeout(() => { - e.currentTarget.style.opacity = '1'; + if (e.currentTarget) { + e.currentTarget.style.opacity = '1'; + } }, 500); handleVideoPlay(); }}