mirror of
https://github.com/videojs/video.js.git
synced 2024-11-30 09:06:49 +02:00
f1784587f6
The `PlayToggle` has one option `replay` which can show or hide replay icon. This can be set by passing `{replay: false}` as the default behavior replay icon is shown after video end playback. Example of how to hide a replay icon ```js let player = videojs('myplayer', { controlBar: { playToggle: { replay: false } } }); ``` Fixes #4802 |
||
---|---|---|
.. | ||
examples | ||
guides | ||
legacy-docs | ||
index.md | ||
translations-needed.md |