PDA

Click to See Complete Forum and Search --> : Generate Thumbnails on the fly


dvst8
May 25th, 2000, 09:54 PM
I'm trying to figure out a way to generate scaled down versions of images and display them on the fly.

I already have the method to display the images in a directory on a page dynamically in ASP, but I have yet to solve the problem of displaying only small versions of the images instead of the full blown picture.

Adjusting the height and width properties simply displays a small version, but the whole image must still be downloaded.

Anyone have suggestions?

Thanks!

May 30th, 2000, 08:04 AM
Use the ImageBox and it it's Stretch property to True. then you can shrink it to whatever size you want.