When specifying only the width or only the height of an image in HTML it is not maintaining the aspect ratio.
E.g.
Assuming SomeImage.jpg has a width of 100px and a height of 100px.
1) shows an image with a width of 50px and a height of 100px (no aspect ratio maintained as it is in HTML)
2) Same results. Read a post that states to leave the px off.
I first started with CSS and that didnt work either. Tried this after reading the FAQ regarding CSS support.
Please advise.
Regards,
Tom