set the body to this css:
body {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
}
Then get the width/height of body.
Is one solution
set the body to this css:
body {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
}
Then get the width/height of body.
Is one solution