I really want an image that I have inserted to be a particular size. It must be 32*315 otherwise it will look enitrely wrong.
I go intro the source code, edit it to my specifications, and update. It updates. It looks great. I save and publish. I look at it on the browser. It looks great. I refresh the browser again, it's back to 32 * 187 ! I return to the source code. Umbraco has taken it upon itself to undo my edit.
In fact I find that Umbraco likes undoing a lot of my edits.
Simple image size bug
Hey there
I can only assume this is a bug.
I really want an image that I have inserted to be a particular size. It must be 32*315 otherwise it will look enitrely wrong.
I go intro the source code, edit it to my specifications, and update. It updates. It looks great. I save and publish. I look at it on the browser. It looks great. I refresh the browser again, it's back to 32 * 187 ! I return to the source code. Umbraco has taken it upon itself to undo my edit.
In fact I find that Umbraco likes undoing a lot of my edits.
It is... frustrating.
Here's the code
<div><img src="/media/1912/whateverImage.png" alt="health" width="32" height="187" align="left" rel="54,316" />
This is what I want it to be:
<div><img src="/media/1912/whateverImage.png" alt="health" width="32" height="315" align="left" rel="54,316" />
Any help?
is working on a reply...