fathom wrote:
...icons of images... |
Could it be that what you need is a thumbnail image of the main full size picture?
If so, there's 3 ways I can think of right now:
1. You can specify the size of the image that will act as thumbnail with the HTML [WIDTH/HEIGHT] attributes, this way a thumb is created automatically, the draw backs are, that the scalling down is of poor quality, aspect ratio may not be preserved and it will take as long to load as the actual loading of the bigger image.
2. You can submit 2 images per picture, one is the smaller thumb and a main full size image.
3. You can get a COM for this that will auto-generate a thumb from a given image.
This is something I will also need as I'm buiding a picture gallery application and have not yet decided which approach to use.