On Fri, 25 Jul 2003 07:57:32 -0500, [EMAIL PROTECTED] (Ramon
Chavez) wrote:

>Maybe I'm missing something here but, It can be done just using HTML, say...
>
>$h= 250;
>$w= 250;
>
>print "<img src=\"yourimage.jpg\" width=\"$w\" height=\"$h\">\n";
>
>Or maybe you're talking about something more complex and at this time in the
>morning I can't figure out what is it... ;-)

A problem with your html method is that you still need to download
the original big file to display the thumbnail. One  purpose of
thumbnails is to speed up the download time, so you want real smaller
thumbnail files.





-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to