When I insert an image from the Media section into an Umbraco Rich Text Editor field using the standard Media Picker that comes with a clean Umbraco 7 install it adds height and width attributes to the HTML as well as appending it to the URL.
Like this:
<img style="width: 500px; height: 160.55045871559633px;" src="/media/1038/image.jpg?width=500&height=160.55045871559633" alt="some alt" rel="1100" />
How can I stop this from happening? I don't want to have to go into the HTML and remove this every time I add an image.