I changed all the files but no luck.
Actually i found that we are using -
<CE:Editor ID="Editor1" Width="100%" Height="550" runat="server" ConfigurationPath="~/CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/Minimal.config" MaintainAspectRatioWhenDraggingImage="false"></CE:Editor>
as we don't want to maintain aspect ratio on image resize, so we added - MaintainAspectRatioWhenDraggingImage="false"
if we remove this then image "height width" is same as image "style height width".
Please send us any solution that even if we add "MaintainAspectRatioWhenDraggingImage=false"
the image "height width" should have the same values within the image tag as of "style height width".
Or is there any way if we can only show either "height width" or the "style height width"?
Its very urgent for us.
Thanks