Thanks Erwin but unfortunately these functions gives everytime my screen resolution but I must know what is real resolution of visualisation. I see that 100% solution is:
This gives exactly value which I am looking for:
but maybe there is some more universal object than '#layout-178' but I am checking this now
The best solution is:
Code:
$('#layout-178').css('transform')
This gives exactly value which I am looking for:
Code:
"matrix(0.40937, 0, 0, 0.40937, 0, 0)"
but maybe there is some more universal object than '#layout-178' but I am checking this now
The best solution is:
Code:
$('.plan-background').css('transform')