File tree 3 files changed +19
-0
lines changed
apps/web/app/components/admin
3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,12 @@ const handleDialog = (id?: string) => {
44
44
v-if =" speaker.image_url"
45
45
alt =" "
46
46
:src =" speaker.image_url"
47
+ :style =" {
48
+ width: '60px',
49
+ height: '60px',
50
+ borderRadius: '50%',
51
+ objectFit: 'cover',
52
+ }"
47
53
width =" 60"
48
54
height =" 60"
49
55
decoding =" async"
Original file line number Diff line number Diff line change @@ -53,6 +53,12 @@ const handleDialog = (id?: string) => {
53
53
v-if =" sponsor.share_image_url"
54
54
alt =" "
55
55
:src =" sponsor.share_image_url"
56
+ :style =" {
57
+ width: '60px',
58
+ height: '60px',
59
+ borderRadius: '50%',
60
+ objectFit: 'cover',
61
+ }"
56
62
width =" 60"
57
63
height =" 60"
58
64
decoding =" async"
Original file line number Diff line number Diff line change @@ -38,6 +38,13 @@ const handleDialog = (id?: string) => {
38
38
v-if =" staff.image_url"
39
39
alt =" "
40
40
:src =" staff.image_url"
41
+ :style =" {
42
+ width: '60px',
43
+ height: '60px',
44
+ borderRadius: '50%',
45
+ objectFit: 'cover',
46
+ }"
47
+ width =" 60"
41
48
height =" 60"
42
49
decoding =" async"
43
50
/>
You can’t perform that action at this time.
0 commit comments