I am trying to restrict the width height inside iframe.
for example:
<iframe src = 'http://www.yahoo.com' style="width: 130px; height: 100px;> </iframe>
I want www.yahoo.com
as small as my iframe
. In other words, squeeze the yahoo page.
Are there anyways to work around this or this is an dead end. Thanks so much!