This commit is contained in:
Jelle van Snik 2023-01-08 17:59:25 +01:00
parent 61abce9386
commit 09634c6f97

View File

@ -20,6 +20,8 @@ import { VideoPlayer } from "@/components/video/VideoPlayer";
// - improve pausing while seeking/buffering // - improve pausing while seeking/buffering
// - captions // - captions
// - show formatted time // - show formatted time
// - IOS support: (no volume, fullscreen video element instead of wrapper)
// - IpadOS support: (fullscreen video wrapper should work, see (lookmovie.io) )
export function TestView() { export function TestView() {
return ( return (
<div className="w-[40rem] max-w-full"> <div className="w-[40rem] max-w-full">