/ Published in: JavaScript
Expand |
Embed | Plain Text
function fnScaleFactorX() { nScaleFactor = screen.deviceXDPI / screen.logicalXDPI; return nScaleFactor; } if (fnScaleFactorX() > 1) { document.getElementById("block_1").style.marginBottom = "-26000px"; }
You need to login to post a comment.
