html - jQuery or CSS to display thumbnail of external page -
i'm trying display thumbnails of external webpages, similar how chrome shows recent favorites when new tab opened. use object element this:
<object class="page-thumbnail" type="text/html" src="http://www.foo.com/endpoint.html"> <p>page 1</p> </object>
is there jquery/jquery plugin or css example of how accomplish this? i've looked @ -webkit-transform, example, can't seem work.
it possible create looks thumbnail, catch can't control them via javascript. also, run on firefox , webkit.
http://jsfiddle.net/duopixel/vftan/
it's css scale transform applied on iframe.
Comments
Post a Comment