The thumbnail image of a package can be accessed by retrieving it from the Package Thumbnail URL.
Like Package URLs, the Package Thumbnail URL is a specially structured URL, containing the Package ID:
http://cache.pando.com/soapservices/SendToWeb?action=thumbnail&id=PackageId
If you know the Package ID, you can automatically generate an image tag. For example:
<img alt="Spring Street Art" title="Download Spring Street art with Pando"
src="http://cache.pando.com/soapservices/SendToWeb?action=thumbnail
&id=5AEDE982393976A10050F2EC7C20C3C5EFDE0BBB">
Which looks like:
Using both the Package Thumbnail URL and the Package URL, could wrap the image in a link to the package itself, like this:
<a href="http://cache.pando.com/soapservices/package.pando?
id=5AEDE982393976A10050F2EC7C20C3C5EFDE0BBB
&key=C51E9F2767B6747A9C9841AF7EEB9CC0E967D5B37CEC05B8C9DF310A03958AD2">
<img alt="Spring Street Art" title="Download Spring Street art with Pando"
src="http://cache.pando.com/soapservices/SendToWeb?action=thumbnail
&id=5AEDE982393976A10050F2EC7C20C3C5EFDE0BBB"/>
</a>
For learn more about how Pando creates thumbnails, see Publish Pretty Pando Packages.
Recent comments
2 days 20 hours ago
3 days 15 hours ago
3 days 15 hours ago
1 week 2 days ago
2 weeks 2 days ago
2 weeks 5 days ago
4 weeks 1 day ago
4 weeks 3 days ago
4 weeks 3 days ago
6 weeks 1 hour ago