muxinc / media-chrome

Custom elements (web components) for making audio and video player controls that look great in your website or app.
https://media-chrome.org
MIT License
1.21k stars 62 forks source link

How can I have different look for initial play? #893

Closed ADTC closed 4 months ago

ADTC commented 4 months ago

In the initial state, I want to show a big Play button in the Center of video frame with no other controls.

Once clicked, the video should start playing, and henceforth the control bar with small play/pause button should appear. The big Play button should not appear again even if the video is paused or scrubbed to the beginning.

Is this possible? The docs are sparse when it comes to this kind of custom functionality.