Normally you would set the width to 100% and have the height scale to fit the content. <style> iframe { width: 1px; min-width: 100%; } </style> <iframe ...
確定! 回上一頁