Results 1 to 2 of 2

Thread: Generate Thumbnails on the fly

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2000
    Posts
    142
    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!

  2. #2
    Guest
    Use the ImageBox and it it's Stretch property to True. then you can shrink it to whatever size you want.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width