Remove logging, typos

This commit is contained in:
Tamius Han 2021-04-04 23:55:49 +02:00
parent 8e544a6ae0
commit 58e29f4590
2 changed files with 1 additions and 2 deletions

View File

@ -271,7 +271,6 @@ squeezeFactor: ${squeezeFactor}`, '\nvideo', this.conf.video);
* style attribute does).
*/
chromeBugMitigation(stretchFactors) {
console.log("limit zoom?", BrowserDetect.anyChromium, this.conf.player?.dimensions, this.settings?.active?.mitigations?.zoomLimit?.enabled, 'stack?', new Error().stack);
if (
BrowserDetect.anyChromium
&& (this.conf.player?.dimensions?.fullscreen || ! this.settings?.active?.mitigations?.zoomLimit?.fullscreenOnly)

View File

@ -13,7 +13,7 @@
</ul>
<p>
<small><b>NOTE:</b> zoom limitations were introduced as a workaround for a bug caused by Chrome's/Edge's faulty hardware acceleration
which caused videos to be incorrectly stretched on nVidia GPUs while in fullscreens. While this issue is reportedly fixed as
which caused videos to be incorrectly stretched on nVidia GPUs while in fullscreen. While this issue is reportedly fixed as
of few weeks ago, a few people reported having this issue within the past two weeks.</small>
</p>
<p>