.proPicture img{
max-width: 448px;
max-height: 252px;
width: expression(this.width > 448 ? "448px" : true);
height: expression(this.height > 252 ? "252px" : true);
}
O şekilde de güncelledim yine aynı hatayı veriyor.
IE9'da denedim aynı şekilde resimin Aspect Ratio'su bozuluyor. 448px/252px boyutlarına ayarlıyor sanırım, bundan dolayıda bozulma oluyor.