feat: choose to open full screen immediately

fixes #47
This commit is contained in:
Fredrik Burmester
2024-08-14 18:07:31 +02:00
parent 2a34851fc6
commit cd321301ae
4 changed files with 47 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ import { useEffect } from "react";
type Settings = {
autoRotate?: boolean;
forceLandscapeInVideoPlayer?: boolean;
openFullScreenVideoPlayerByDefault?: boolean;
};
/**