provo una modifica alla modalità calcolo screensize
This commit is contained in:
@@ -3,8 +3,11 @@ window.onresize = function (event) {
|
||||
SetWidthHeight();
|
||||
}
|
||||
function SetWidthHeight() {
|
||||
var height = $(window).height();
|
||||
var width = $(window).width();
|
||||
var height = $(window).outerHeight();
|
||||
var width = $(window).outerWidth();
|
||||
//var height = $(window).height();
|
||||
//var width = $(window).width();
|
||||
//$(window).innerHeight() * $(window).devicePixelRatio();
|
||||
$.ajax({
|
||||
url: "./windowSize.ashx",
|
||||
data: {
|
||||
|
||||
Reference in New Issue
Block a user