London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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.