IlluminusLimited/Frontend

Image alt tags are not populating with image.description

Opened this issue · 1 comments

https://api-dev.pinster.io/docs/1.0/images/show.html shows description as an attribute, but it is not being passed to Image and is always undefined.

Currently an Image has a field for a name and description BUT we have not yet used those fields. So in order to implement this feature you'd have to pull the description from the item that the image belongs to. So for instance for a Pin, we'd have to copy the description from the Pin to its images themselves in order to build the alt tags.