Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Duncan 8 posts 28 karma points
    Jun 14, 2012 @ 11:11
    Duncan
    0

    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?

Please Sign in or register to post replies

Write your reply to:

Draft