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?