Topic: Alt tags and title in images
In our config.xml we define the title and caption attribute when we create the gallery, but then the image havent got the title and in the case of the alt attribute it has the the url of the image that was set in the src of the image.
what we want is:
How to set the alt and title attribute of the image configured in the config.xml of th gallery?
this is how we are using it now:
<img
style="height: auto; width: 658px; -webkit-user-select: none;"
src="http://img.misitio.com/idgalery/295886_20140717090943_mex.jpg"
alt=" http://img.misitio.com/idgalery/295886_ … 43_mex.jpg "
>
This is what we want:
<img
style="height: auto; width: 658px; -webkit-user-select: none;"
src="http://img.misitio.com/idgalery/295886_20140717090943_mex.jpg"
alt="texto equivalente al atributo title del config.xml para esta imagen"
title="texto equivalente al atributo title del config.xml para esta imagen"
>