hi Johan,
there's a bit of code doing that in the netweb.clw in the CreateImage method;
if loc:height and not loc:width then loc:width = loc:height.
if loc:width and not loc:height then loc:height = loc:width.
you can comment out this code - I don't think it's needed. I've commented it out for the 8.42 build.
cheers
Bruce