Our API allows you cut the vertical size of your thumbnail. The API call for
this is &cut lets illustrate with an example:
<img src="http://thumbnailspro.com/thumb.php?url=yahoo.com&s=400&cut=120"
border="0" alt="website thumbnails">
You can see the 2 API calls in the code above are color coded, in red is the
size call, in this case the thumbnail will be 400px wide and will be cut at
100px in height. Here's the result:
If we want it at 200 px in height, we'd put
<img src="http://thumbnailspro.com/thumb.php?url=yahoo.com&s=400&cut=200"
border="0" alt="website thumbnails">
If you don't want to play with code, you can simply use our code generator and
it will give you the code to cut & paste in your html.