iframe寬度自適應 並按比例調整高度

套入一個4:3的視頻

<iframe id='test' width='100%' src='文檔地址' frameborder=0 'allowfullscreen'></iframe>
<script type="text/javascript">
document.getElementById("test").style.height=document.getElementById("test").scrollWidth*0.75+"px";
</script>
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章