1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-30 09:06:49 +02:00
video.js/test
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
..
api feat: Add breakpoints option to support toggling classes based on player width. (#5471) 2018-10-10 15:30:20 -04:00
require feat: built-in HLS playback support (#5057) 2018-03-30 14:01:16 -04:00
unit feat: add 'replay' option to the PlayToggle component. (#5531) 2018-11-02 16:47:52 -04:00
globals-shim.js test: fix tests (#3953) 2017-01-19 11:17:46 -05:00
karma.conf.js chore: switch to videojs-generate-karma-config (#5528) 2018-10-31 11:01:30 -04:00