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