#scaling between image from WebXR camera-access and the window.inner dimensions
5 messages · Page 1 of 1 (latest)
actually looks like the screen is the correct aspect ratio (892x412) but the window.innerHeight is larger than that, why???
Because that represents the 'virtual page' the browser engine is rendering to. See https://developer.mozilla.org/en-US/docs/Glossary/Layout_viewport for a few details on this.