We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c75e9 commit 68f8421Copy full SHA for 68f8421
src/PlayerScripts.js
@@ -98,7 +98,7 @@ export const MAIN_SCRIPT = (
98
99
// scale will either be "initial-scale=1.0"
100
let scale = `initial-scale=${contentScale_s}`;
101
- if (allowWebViewZoom) {
+ if (!allowWebViewZoom) {
102
// or "initial-scale=0.8, maximum-scale=1.0"
103
scale += `, maximum-scale=${contentScale_s}`;
104
}
0 commit comments