Apr 182009

now i want to share about how to create thumbnails image without writing file on server

for example: the default image is 800*600px.
if you using the html code like :

<img src="imgpath/imgname.jpg">

then the dimension(width & height) is outomatically same as the original image dimension.
how about

<img src="imgpath/imgname.jpg" width="200" height="150">

the image dimension is same as on the script, but the original size is not change

check this script