Merge pull request #740 from GilgusMaximus/development
Added selection of resolution > 1080p for all devices.
This commit is contained in:
commit
8f82571cf7
|
@ -159,7 +159,13 @@ export default Vue.extend({
|
|||
await this.determineDefaultQualityLegacy()
|
||||
}
|
||||
|
||||
this.player = videojs(videoPlayer)
|
||||
this.player = videojs(videoPlayer, {
|
||||
html5: {
|
||||
vhs: {
|
||||
limitRenditionByPlayerDimensions: false
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
this.player.volume(this.volume)
|
||||
this.player.playbackRate(this.defaultPlayback)
|
||||
|
|
Loading…
Reference in New Issue