Badges for twitch users are rendered in the lowest resolution. I had a look at twitch.js - on line 113, it grabs the first in the img srcset for each badge. This means it grabs the 18x18 version, where there are 36x36 and 72x72 versions available.
Are you able to update this to grab the last element in the srcset instead?
Badges for twitch users are rendered in the lowest resolution. I had a look at twitch.js - on line 113, it grabs the first in the img srcset for each badge. This means it grabs the 18x18 version, where there are 36x36 and 72x72 versions available.
Are you able to update this to grab the last element in the srcset instead?
Excellent work by the way. Love it.