Update aspect ratio logic
This commit is contained in:
parent
b7846493ef
commit
81130f89f9
|
@ -286,7 +286,7 @@ export default Vue.extend({
|
|||
return
|
||||
}
|
||||
|
||||
if (videoWidth <= videoHeight) {
|
||||
if ((videoHeight - videoWidth) <= 240) {
|
||||
this.player.fluid(false)
|
||||
this.player.aspectRatio('16:9')
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue