Fixes
This commit is contained in:
parent
50c6c9a1de
commit
df80ce37ed
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user