diff --git a/src/Player.tsx b/src/Player.tsx index c88fab27..be7a59c6 100644 --- a/src/Player.tsx +++ b/src/Player.tsx @@ -107,6 +107,7 @@ const Player: Player = React.forwardRef((props, ref) => { playsInline={props.playsInline} disableRemotePlayback={props.disableRemotePlayback} config={props.config} + poster={props.poster} onLoadStart={handleLoadStart} onPlay={handlePlay} >