This commit is contained in:
JonatanRek 2024-09-17 21:39:22 +02:00
parent 50c6c9a1de
commit df80ce37ed
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@ function urlencodeFormData(fd){
function resizeGrid(){ function resizeGrid(){
var width = document.body.clientWidth; var width = document.body.clientWidth;
var height = document.body.clientHeight; var height = document.body.clientHeight;
width = window.screen.availWidth;
height = window.screen.availHeight;
var biggerSizeW = (width / 7); var biggerSizeW = (width / 7);
var biggerSizeH = (height / 5); var biggerSizeH = (height / 5);