html - How to embed a resized website throught an iframe? -


I have to embed a website on another website (I think via an iframe). I want to embed this website in this resolution: 200x150 pixels.

How can I do this?

Just wander in somebody's solution in the same context in different references to set the iframe at the desired width and height Do it and use CSS on it scale. Can not work in all browsers.

  & lt; Iframe width = "1024" height = "768" src = "http://www.bbc.com" style = "- WebKit-conversion: scale (0.5); - moz-change scale (0.5);" & gt; ; & Lt; / Iframe & gt;  

Comments