Commit e1fd15460cd7ff0285471bb948335e59a8c00b97
1 parent
5ee065c8
Exists in
master
fix(max image size): increase max image size
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/letter_avatar/avatar.rb
@@ -5,7 +5,7 @@ module LetterAvatar | @@ -5,7 +5,7 @@ module LetterAvatar | ||
5 | 5 | ||
6 | # Largest avatar generated, one day when pixel ratio hit 3 | 6 | # Largest avatar generated, one day when pixel ratio hit 3 |
7 | # we will need to change this | 7 | # we will need to change this |
8 | - FULLSIZE = 240 | 8 | + FULLSIZE = 600 |
9 | 9 | ||
10 | FILL_COLOR = 'rgba(255, 255, 255, 0.65)'.freeze | 10 | FILL_COLOR = 'rgba(255, 255, 255, 0.65)'.freeze |
11 | 11 |