chore: comment detail

This commit is contained in:
Adrian Castro
2024-02-11 22:40:31 +01:00
parent 51e24bec27
commit b139a4a7ff

View File

@@ -145,7 +145,7 @@ const VideoPlayer: React.FC<VideoPlayerProps> = ({ data }) => {
<Video <Video
ref={videoRef} ref={videoRef}
source={videoSrc} source={videoSrc}
// textTracks={textTracks} // breaks playback // textTracks={textTracks} // breaks playback on iOS, see pr body
className="absolute inset-0" className="absolute inset-0"
fullscreen={true} fullscreen={true}
fullscreenOrientation="landscape" fullscreenOrientation="landscape"