window.defaultWidth = window.innerWidth; window.onresize = function () { console.log((window.defaultWidth / window.innerWidth).toFixed(2) * 100); };