From 6cb76d5b6106ed0af4aa66fc7b2acaeca26272db Mon Sep 17 00:00:00 2001 From: Kakabay <2kakabayashyrberdyew@gmail.com> Date: Thu, 12 Sep 2024 15:51:17 +0500 Subject: [PATCH] img layout shift prevented and audio on play views --- components/VideoPlayer.tsx | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/components/VideoPlayer.tsx b/components/VideoPlayer.tsx index 64ef34c..a19a6b1 100644 --- a/components/VideoPlayer.tsx +++ b/components/VideoPlayer.tsx @@ -52,16 +52,6 @@ const VideoPlayer = ({ maxHeight, maxWidth, video_id }: IProps) => { {hasWindow ? ( data?.data.content_url.endsWith('.mp4') ? (