sanjay gaonkar
sanjay gaonkar

Reputation: 33

Using RenderImage does not make Image editable in Experience Editor

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

Answers (0)

Related Questions