How can I scale the content of an iframe?

前端 未结 17 2055
后悔当初
后悔当初 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:21

    Kip's solution should work on Opera and Safari if you change the CSS to:

    
    

    You might also want to specify overflow: hidden on #frame to prevent scrollbars.

提交回复
热议问题