簡體   English   中英

Javascript根據瀏覽器窗口中的可用高度修復iframe高度

[英]Javascript to fix iframe height according to available height in the browser window

我需要 Javascript 根據瀏覽器中的可用高度動態修復 iframe 高度嗎?

這是你想要的?

$(function(){    
    //sets the height of the iframe to the height of the browser viewport
    $("#idOfIframe").height($(window).height());
}

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM