You can use our API to have a full length thumbnail generated. You can also only capture the first X amount of pixels of the website.
<img src="http://thumbnailspro.com/thumb.php?url=yahoo.com&s=200&full=length"
border="0" alt="website thumbnails">
This will generate a thumbnail of 200 px in size ( &s=200
) with the full length ( &full=length
) of the website captured (yahoo.com):
<img src="http://thumbnailspro.com/thumb.php?url=yahoo.com&s=200&full=500"
border="0" alt="website thumbnails">
This one will only display the first 500 px of the websites (&full=500)