I'm developing a Sitecore 8.1 Initial Release site and have run into an issue with the Rich Text Editor and images.
When a user adds an image to the editor, everything works fine. However, if the user checks the Properties of the image in the editor, clears the Properties dialog, and accepts the RTE's changes, the image disappears and a browser error occurs saying the image cannot be found. This also happens if the Image Map Editor is opened.
Looking at the markup generated, the working src value is "-/media/.ashx". After looking at the properties, the src value is changed to "-/media/.ashx&h=230&w=375".
Any idea where this "&h=230&w=375" is coming from and how to stop or correct it?
?h=230&w=375
- jammykam