Restore aspect ratio if offsets fail verification
This commit is contained in:
parent
18d7414b90
commit
b99929063c
@ -486,6 +486,7 @@ class VideoData {
|
||||
&& this.isWithin(vw, (pw - (translateX * 2)), 2)) {
|
||||
} else {
|
||||
this.player.forceDetectPlayerElementChange();
|
||||
this.restoreAr();
|
||||
}
|
||||
|
||||
} catch(e) {
|
||||
|
Loading…
Reference in New Issue
Block a user