mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Show play button on player pause. Closes #2206
This commit is contained in:
parent
e179d3d472
commit
27565c2b02
@ -53,7 +53,7 @@ export const VideoJS: FC<VideoJSProps> = ({ options, onReady }) => {
|
||||
{/* eslint-disable-next-line jsx-a11y/media-has-caption */}
|
||||
<video
|
||||
ref={videoRef}
|
||||
className={`video-js vjs-big-play-centered ${styles.player} vjs-owncast`}
|
||||
className={`video-js vjs-big-play-centered vjs-show-big-play-button-on-pause ${styles.player} vjs-owncast`}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user