1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-12 11:15:04 +02:00
video.js/docs/guides
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
..
audio-tracks.md chore(https): update a lot of links to be https (#5372) 2018-08-10 15:13:32 -04:00
components.md feat: add 'replay' option to the PlayToggle component. (#5531) 2018-11-02 16:47:52 -04:00
debugging.md feat: createLogger for easier logging in individual modules (#5418) 2018-09-28 16:52:58 -04:00
embeds.md docs(fixup): fixup docs (#5489) 2018-10-10 11:09:53 -04:00
event-target.md docs: updates to faq, language guide, and minor edits (#4556) 2017-08-14 17:02:48 -04:00
faq.md docs(fixup): fixup docs (#5489) 2018-10-10 11:09:53 -04:00
hooks.md docs(fixup): fixup docs (#5489) 2018-10-10 11:09:53 -04:00
languages.md docs(fixup): fixup docs (#5489) 2018-10-10 11:09:53 -04:00
layout.md feat: Add responsive option, which enables breakpoints support. (#5496) 2018-10-11 17:03:33 -04:00
middleware.md docs(fixup): fixup docs (#5489) 2018-10-10 11:09:53 -04:00
modal-dialog.md chore(https): update a lot of links to be https (#5372) 2018-08-10 15:13:32 -04:00
options.md feat: Add responsive option, which enables breakpoints support. (#5496) 2018-10-11 17:03:33 -04:00
player-workflows.md chore(https): update a lot of links to be https (#5372) 2018-08-10 15:13:32 -04:00
plugins.md docs(fixup): fixup docs (#5489) 2018-10-10 11:09:53 -04:00
react.md docs(fixup): fixup docs (#5489) 2018-10-10 11:09:53 -04:00
setup.md docs(fixup): fixup docs (#5489) 2018-10-10 11:09:53 -04:00
skins.md chore(https): update a lot of links to be https (#5372) 2018-08-10 15:13:32 -04:00
tech.md docs(fixup): fixup docs (#5489) 2018-10-10 11:09:53 -04:00
text-tracks.md docs(fixup): fixup docs (#5489) 2018-10-10 11:09:53 -04:00
tracks.md docs: fix links in generated docs (#4200) 2017-03-21 17:13:06 -04:00
troubleshooting.md chore(https): update a lot of links to be https (#5372) 2018-08-10 15:13:32 -04:00
video-tracks.md chore(https): update a lot of links to be https (#5372) 2018-08-10 15:13:32 -04:00
videojs.md docs(fixup): fixup docs (#5489) 2018-10-10 11:09:53 -04:00
webpack.md docs(fixup): fixup docs (#5489) 2018-10-10 11:09:53 -04:00