video-react
video-react copied to clipboard
Player 下的播放按钮样式如何覆盖?现在写的无法使用
Player 下的播放按钮样式如何覆盖?现在写的无法使用
<Player
ref="player"
fluid={false}
width={'auto'}
height={150}
className="player_video_react"
>
可以自己写个类似 big play button 的组件,然后把已有的禁用
<BigPlayButton disabled /> <Bezel disabled />