1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-17 10:46:00 +02:00
Grzegorz Blaszczyk f1784587f6 feat: add 'replay' option to the PlayToggle component. (#5531)
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
2018-11-02 16:47:52 -04:00
..
2018-10-10 11:09:53 -04:00
2018-10-10 11:09:53 -04:00
2018-10-10 11:09:53 -04:00
2018-10-10 11:09:53 -04:00
2018-10-10 11:09:53 -04:00
2018-10-10 11:09:53 -04:00
2018-10-10 11:09:53 -04:00
2018-10-10 11:09:53 -04:00
2018-10-10 11:09:53 -04:00
2018-10-10 11:09:53 -04:00
2018-10-10 11:09:53 -04:00
2018-10-10 11:09:53 -04:00