Thumbnail Size

Our api allows you to request any size you wish from 10px up to 1024px for you thumbnail image. Here's a sample request code:

<img src="http://thumbnailspro.com/thumb.php?url=google.com&s=100" border="0" alt="website thumbnails">

You can see the portion we highlighted in red is the api request for the size of the thumbnail. This thumbnail would be 100px but if you wanted to change it to something else like 500px for example, you'd just replace the 100 with 500 in the code. You can also use our simple code generator so you don't have to play with the code at all and can just copy + paste the code directly from our code generator.