Adding/changing HTML attributes of images?

0
Hi I'm trying to make some accessibility improvements to a set of apps. One change we need to make is add our company name to the 'alt' attribute of the image in the HTML markup, however I can't find a way to control this from the modeler. Does anyone know how to add/change HTML attributes in the modeler? Cheers
asked
1 answers
3

Hi Luke,

Try the Set Attribute widget from the app store, this should enable you to add an alt (or any other) attribute to your image. You can target the image by using either the name (for example .mx-name-image1) or using a custom class you add to the image. Hope that helps!

answered