World is now on Opti ID! Learn more
AI OnAI Off
World is now on Opti ID! Learn more
To make the image editable, EPiServer renders an empty img element to put the editing attributes on. Firefox shows a small icon instead of an broken image, Chrome hides it instead.
Can anyone explain why I get an icon on my "on-page-edit" image property, but only in internet explorer.
My image property:
[UIHint(UIHint.Image)]
[Display(
Name = "Toppbild",
Description = "",
Order = 200)]
public virtual Url TopImage { get; set; }
In firefox it looks lite a broken image. In chrome its no icon at all. The property works fine.