forked from 77media/video-flow
Merge branch '20251014-fix-video-path' into dev
This commit is contained in:
commit
302efef913
@ -614,7 +614,7 @@ export const MediaViewer = React.memo(function MediaViewer({
|
|||||||
aspectRatio: aspectRatio
|
aspectRatio: aspectRatio
|
||||||
}}
|
}}
|
||||||
src={taskObject.videos.data[currentSketchIndex].urls[0]}
|
src={taskObject.videos.data[currentSketchIndex].urls[0]}
|
||||||
poster={getFirstFrame(taskObject.videos.data[currentSketchIndex].urls[0])}
|
poster={taskObject.videos.data[currentSketchIndex].snapshot_url || getFirstFrame(taskObject.videos.data[currentSketchIndex].urls[0])}
|
||||||
preload="none"
|
preload="none"
|
||||||
autoPlay={isVideoPlaying}
|
autoPlay={isVideoPlaying}
|
||||||
loop={true}
|
loop={true}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user