Skip to content

Commit

Permalink
Load smaller image
Browse files Browse the repository at this point in the history
That’s like a 30x size decrease!
  • Loading branch information
fregante committed Jul 26, 2017
1 parent 35b18c0 commit 26eed66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/reactions-avatars.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function add() {
for (const participant of flatParticipants) {
participant.container.append(
<a href={`/${participant.username}`}>
<img src={`/${participant.username}.png`}/>
<img src={`/${participant.username}.png?size=40`}/>
</a>
);
}
Expand Down

0 comments on commit 26eed66

Please sign in to comment.