Skip to content

Commit

Permalink
Increase tweet avatar resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
zedeus committed Nov 8, 2020
1 parent b389723 commit 0f72b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/tweet.nim
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ proc renderHeader(tweet: Tweet; retweet: string; prefs: Prefs): VNode =

tdiv(class="tweet-header"):
a(class="tweet-avatar", href=("/" & tweet.profile.username)):
var size = "_normal"
var size = "_bigger"
if not prefs.autoplayGifs and tweet.profile.userpic.endsWith("gif"):
size = "_400x400"
genImg(tweet.profile.getUserpic(size), class="avatar")
Expand Down

0 comments on commit 0f72b64

Please sign in to comment.