Reputation: 33
We use Glass Mapper as an ORM for our MVC Sitecore solution. Sample code used to render an image is below.
RenderImage(item, x => x.Image, new { la = "", @class = "img-circle", alt = item.Image.Alt }, isEditable: true)
Image renders fine, however using this code, I'm unable to edit that image in the Experience Editor. Did anyone face a similar issue? Does anybody have a solution for it?
Upvotes: 0
Views: 788