commit: cbe652f2d94d81fa54a37378b7ff014c4391ca5e
parent: 6e800d9912239a748813c4d845b23207281cc0f6
Author: lambadalambda <gitgud@rogerbraun.net>
Date: Mon, 21 Aug 2017 10:29:32 -0400
Merge branch 'fix/use-full-res-avatar-in-usercard' into 'develop'
Use _original profile pic instead of the 48x48 thumbnail in the user card content.
See merge request !100
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/user_card_content/user_card_content.vue b/src/components/user_card_content/user_card_content.vue
@@ -6,7 +6,7 @@
<i class="icon-cog usersettings"></i>
</router-link>
<div class='container'>
- <img :src="user.profile_image_url">
+ <img :src="user.profile_image_url_original">
<span class="glyphicon glyphicon-user"></span>
<div class="name-and-screen-name">
<div class='user-name'>{{user.name}}</div>