Auto-resizing of images in lists

I am having trouble with a list" button to switch to the next page the images there are not resized. They are too wide for the list an a bar appears below the image. When I use the "

I avoided the problem by using the listal-image code and setting the width to 500px. So the list looks better now. But for pictures from other sources this isn't possible, right?

It is possible if you specify a width='' in the img tag e.g.
Code:
I would really recommend using this that often because the browser still downloads the entire image and generally badly resizes it.
I will fix the automatically resize bug for the second list page.
Code:
<img src="www.google.com/intl/en_ALL/images/logo.gif" width="100" />
I would really recommend using this that often because the browser still downloads the entire image and generally badly resizes it.
I will fix the automatically resize bug for the second list page.