Redactor adding style attribute to the img tag while resizing
<img src="image_url" style="width: 189.00884955752213px; height: 118px;" >
This inline css is not affecting the image size when viewing in Outlook desktop app.
After doing some research I found that Outlook will show the image in required size only if the size is specified in the image tag with width & height attributes.
And the width value in style attribute generated by Redactor also not integer 189.00884955752213px.
How to fix these two issues