File tree 3 files changed +8
-1
lines changed
3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ interface OSSAvatarArgs {
19
19
loading ?: boolean ;
20
20
}
21
21
22
- export const DEFAULT_IMAGE_URL : string = '/assets/images/upfluence-white-logo .svg' ;
22
+ export const DEFAULT_IMAGE_URL : string = '/assets/images/avatar-placeholder .svg' ;
23
23
24
24
export default class OSSAvatar extends Component < OSSAvatarArgs > {
25
25
@tracked hasError : boolean = false ;
Original file line number Diff line number Diff line change 23
23
.default-img-placeholder {
24
24
height : var (--spacing-px-12 );
25
25
width : var (--spacing-px-12 );
26
+ object-fit : contain ;
26
27
}
27
28
}
28
29
35
36
.default-img-placeholder {
36
37
height : var (--spacing-px-12 );
37
38
width : var (--spacing-px-12 );
39
+ object-fit : contain ;
38
40
}
39
41
}
40
42
47
49
.default-img-placeholder {
48
50
height : var (--spacing-px-18 );
49
51
width : var (--spacing-px-18 );
52
+ object-fit : contain ;
50
53
}
51
54
}
52
55
59
62
.default-img-placeholder {
60
63
height : var (--spacing-px-24 );
61
64
width : var (--spacing-px-24 );
65
+ object-fit : contain ;
62
66
}
63
67
}
64
68
You can’t perform that action at this time.
0 commit comments