diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb
index b68bf5773..e604429ac 100644
--- a/app/views/welcome/index.html.erb
+++ b/app/views/welcome/index.html.erb
@@ -37,9 +37,9 @@
<% if get_avatar?(@first_page) %>
- <%= image_tag(url_to_avatar(@first_page), size: "75x75") %>
+ <%= image_tag(url_to_avatar(@first_page), size: "130x75") %>
<% else %>
- <%= image_tag '/images/transparent.png', size: "75x75" %>
+ <%= image_tag '/images/transparent.png', size: "130x75" %>
<% end %>