I'm trying to display thumbnails of external webpages, similar to how Chrome shows recent favorites when a new tab is opened. I use an object element like this:
<object class="page-thumbnail" type="text/html" src="http://www.foo.com/endpoint.html">
<p>page 1</p>
</object>
Is there a good jQuery/jQuery plugin or CSS example of how to accomplish this? I've looked at -webkit-transform, for example, but can't seem to get it to work.