Restore aspect ratio if offsets fail verification

This commit is contained in:
Tamius Han 2021-05-11 22:43:27 +02:00
parent 18d7414b90
commit b99929063c

View File

@ -486,6 +486,7 @@ class VideoData {
&& this.isWithin(vw, (pw - (translateX * 2)), 2)) {
} else {
this.player.forceDetectPlayerElementChange();
this.restoreAr();
}
} catch(e) {