I want to create a thumbnail of a webpage in a browser, so I can have several smaller iFrames on one page.
IE can do this with filters. Mozilla can do this inside a <canvas> with drawWindow () if you have Chrome privileges (like an installed plugin).
Is there a way to do this in WebKit? Is there any general way to cross browser?
Avner source
share