Cms layout and window.innerWidth ... window.innerHeight

in a layout with 1920x1080 and preview javascript shows wrong values.
the player works correctly.

Thank you for your message. Could you provide a screenshot of the issue you are describing please?

Many Thanks.

xibo-size

document.write(window.innerHeight);
document.write(“
”);

document.write(window.innerWidth);

usually it should be 1080x1920 (hd).