Skip to content

Commit ac5572e

Browse files
fixed avatar placeholder
1 parent 512024a commit ac5572e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/services/users/users.hooks.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ const thumbnailOptions = {
5555
avatar: {
5656
small: '72x72/smart',
5757
medium: '120x120/smart',
58-
large: '240x240/smart'
58+
large: '240x240/smart',
59+
placeholder: '36x36/smart/filters:blur(30)'
5960
},
6061
coverImg: {
6162
cover: '1102x312/smart',

0 commit comments

Comments
 (0)