Index: src/views/pages/user.ejs
===================================================================
--- src/views/pages/user.ejs	(revision 8f2f97ce2ca4540506ee22910e99a093826a9555)
+++ src/views/pages/user.ejs	(revision 201ec066b5b266989539a48a81d460335a03ab6d)
@@ -3,5 +3,5 @@
     <div class="user-avatar-large">
       <% if (author.avatar_url) { %>
-        <img src="<%= author.avatar_url %>" alt="">
+        <img src="<%= avatar(author.avatar_url, 320) %>" alt="">
       <% } else { %>
         <span><%= author.username.charAt(0).toUpperCase() %></span>
