foix
This commit is contained in:
parent
e3eb009e82
commit
0769e8224b
|
|
@ -211,7 +211,6 @@ const VideoPlayer: React.FC<VideoPlayerProps> = ({
|
|||
) : (
|
||||
<video
|
||||
ref={videoRef}
|
||||
src={videoSrc}
|
||||
className="w-full h-auto max-h-[70vh]"
|
||||
onClick={handlePlayPause}
|
||||
onError={async (e) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue