diff --git a/client/src/components/bunny-video-modal.tsx b/client/src/components/bunny-video-modal.tsx index db921b2..fb5fafb 100644 --- a/client/src/components/bunny-video-modal.tsx +++ b/client/src/components/bunny-video-modal.tsx @@ -275,7 +275,7 @@ export default function BunnyVideoModal({ video, isOpen, onClose, onEdit, videos className="absolute inset-0 w-full h-full" frameBorder="0" allowFullScreen - allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" + allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope" onLoad={handleVideoPlay} title={video.title} /> diff --git a/client/src/pages/VideoPage.tsx b/client/src/pages/VideoPage.tsx index 2483443..ff5ccb0 100644 --- a/client/src/pages/VideoPage.tsx +++ b/client/src/pages/VideoPage.tsx @@ -252,7 +252,7 @@ export default function VideoPage() { className="absolute inset-0 w-full h-full" frameBorder="0" allowFullScreen - allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" + allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope" onLoad={handleVideoPlay} title={currentVideo.title} />