1
我想讓我的客戶端的瀏覽器高度並將其放入我的CSS。使瀏覽器窗口的元素高度爲
這裏是我的主HTML:
<div class="picture" id="picture1">
<div class="parallax"><img src="assets/img/header-wrap-bg.jpg"></div>
</div>
圖片類結構:
.picture {
height: /*(Here i wanna place browser height)*/;
}
,這是我的事件:
<body onresize="HeaderResize()">
我怎樣才能做到這一點?
'高度:100vh'? – haim770
yeap :) thanx ... @ haim770 –