开发者

Set website to display in 150px by 150px in an iframe

开发者 https://www.devze.com 2022-12-25 02:52 出处:网络
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 t开发者_高级运维o a 150x150.

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 t开发者_高级运维o a 150x150.

Is it possible to do it.

Thanks Jean


Not really (read: not cross browser). Internet Explorer supports the zoom CSS property which might work, but AFAIK no other browsers support it.

From the details you've given it looks like you're trying to get a thumbnail of a site. Have you considered using a thumbnail preview service like WebSnapr or SnapCasa?

0

精彩评论

暂无评论...
验证码 换一张
取 消