From: Dark7722 on
Alrite guys, iv been picking up my web design skills by developing my own site,
and as part of that iv design a gallery with thumbnails circling a central
picture. now iv used the swap image behaviour to change the thumnail to the
central large pic, unfortunatly the pictures are stretching to the limit of the
slice, is their anyway to fix the ratio of all the pics am using so they come
up in their original size rather than being stretched beyond the original?

Cheers

Dark

From: pixlor on
In your HTML, do you have height and width set on your central image? If so,
then whatever you put in that spot will be resized to those dimensions. The
better choice would be to crop your images so that the large version of each is
the same size. (Or add padding to them so they at least [i]look[/i] that way.

From: Dark7722 on
cheers guys, all sorted