diff --git a/app/views/static/about.html.haml b/app/views/static/about.html.haml
index b624df23..8da0a1a2 100644
--- a/app/views/static/about.html.haml
+++ b/app/views/static/about.html.haml
@@ -21,14 +21,14 @@
.media
.pull-left
%a{href: show_user_profile_path('nilsding')}
- %img.img-rounded.answerbox--img{src: User.find_by_screen_name('nilsding').profile_picture.url}
+ %img.img-rounded.answerbox--img{src: User.find_by_screen_name('nilsding').profile_picture.url(:medium)}
.media-body
%h4.entry-text.entry-about nilsding
%h6.entry-subtext Backend, Server & Code
.media
.pull-left
%a{href: show_user_profile_path('pixeldesu')}
- %img.img-rounded.answerbox--img{src: User.find_by_screen_name('pixeldesu').profile_picture.url}
+ %img.img-rounded.answerbox--img{src: User.find_by_screen_name('pixeldesu').profile_picture.url(:medium)}
.media-body
%h4.entry-text.entry-about pixeldesu
%h6.entry-subtext Frontend Design & Layout