jsブラウザの高さ幅などを取得する
443 ワード
ここでは収録だけして、具体的な分析はしません.
ブラウザウィンドウのサイズ
Internet Explorer、Chrome、Firefox、Opera、Safari:
ブラウザウィンドウのサイズ
Internet Explorer、Chrome、Firefox、Opera、Safari:
window.innerHeight -
window.innerWidth -
/*
chrome
console.log(window.innerHeight)
//950
console.log(window.innerWidth)
//1125
*/
IE 8及び以下document.documentElement.clientHeight
document.documentElement.clientWidth
document.body.clientHeight
document.body.clientWidth