How can I scale the content of an iframe?

前端 未结 17 2262
后悔当初
后悔当初 2020-11-22 11:46

How can I scale the content of an iframe (in my example it is an HTML page, and is not a popup) in a page of my web site?

For example, I want to display the content

17条回答
  •  [愿得一人]
    2020-11-22 12:23

    I think you can do this by calculating the height and width you want with javascript (via document.body.clientWidth etc.) and then injecting the iframe into your HTML like this:

    var element = document.getElementById("myid");
    element.innerHTML += "