Alt-text for images when using @Html.ImageFor

When using @Html.ImageFor to display images for the product images, it should get the alt-text from the ImageModel.Alt if it’s set, but its null on all of the images i fetch from the product.
Is there a mapping to a specific field/fieldname or anything like that I could use to get the Alt-text mapped and set on the images?

Litium version: 7.2.3

You can check this query:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.