in my project i load an external web page into a div with small dimension (250x295) with this function:
<div>
<object type="text/html" data="http://www.example.com" width="250px" height="295px" style="overflow:auto;border:5px ridge blue">
</object></div>
the problem is that in div i see just the 250x295 portion of page, need scroll to view all data. Is possible resize entire page related at the div dimension? (like a "preview")
Thanks in advance