Set website to display in 150px by 150px in an iframe
Posted
by Jean
on Stack Overflow
See other posts from Stack Overflow
or by Jean
Published on 2010-04-01T08:56:09Z
Indexed on
2010/04/01
9:03 UTC
Read the original article
Hit count: 190
html
Hello,
I have the code
<iframe width=150px height=150px src=http://yahoo.com></iframe>
Here I will have a 150x150 iframe, but I want the whole site to be reduced to a 150x150.
Is it possible to do it.
Thanks Jean
© Stack Overflow or respective owner