diff --git a/components/previews/VideoPreview.tsx b/components/previews/VideoPreview.tsx index e502591..e109a6b 100644 --- a/components/previews/VideoPreview.tsx +++ b/components/previews/VideoPreview.tsx @@ -65,6 +65,7 @@ const VideoPlayer: FC<{ } const plyrOptions: Plyr.Options = { ratio: `${width ?? 16}:${height ?? 9}`, + fullscreen: { iosNative: true }, } if (!isFlv) { // If the video is not in flv format, we can use the native plyr and add sources directly with the video URL