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 603505e commit b841f9eCopy full SHA for b841f9e
src/Application/index.js
@@ -90,7 +90,7 @@ export default function(App, appData, platformSettings) {
90
}
91
92
// support for 720p browser
93
- if (window.innerHeight === 720) {
+ if (!width && !height && window.innerHeight === 720) {
94
defaultOptions.stage['w'] = 1280
95
defaultOptions.stage['h'] = 720
96
defaultOptions.stage['precision'] = 1280 / 1920
0 commit comments