jsanahuja / InstagramFeed

Vanilla JavaScript Instagram Feed without access token. Not using the Instagram API
MIT License
318 stars 128 forks source link

Fixed usernames in image alt tags #5

Closed petermorgandev closed 4 years ago

petermorgandev commented 4 years ago

Using data.name in the image alt tags resulted in alt text of "undefined instagram image #". Changing to data.username fixed this issue.

jsanahuja commented 4 years ago

Great :)