1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-30 09:06:49 +02:00
video.js/docs
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
..
examples feat: Add breakpoints option to support toggling classes based on player width. (#5471) 2018-10-10 15:30:20 -04:00
guides feat: add 'replay' option to the PlayToggle component. (#5531) 2018-11-02 16:47:52 -04:00
legacy-docs fix(time-display): restore hidden label text for screen readers. (#5157) 2018-05-11 14:34:33 -04:00
index.md chore(https): update a lot of links to be https (#5372) 2018-08-10 15:13:32 -04:00
translations-needed.md chore(lang): update translations-needed doc (#5459) 2018-09-28 16:06:32 -04:00