AndyB Well-known member Apr 8, 2013 #1 There are three different avatars created when you upload an avatar: Large 192x192 Medium 96x96 Small 48x48 I can see where the Medium and Small avatars are being used, but I cannot locate where the Large avatar is used. Is it being used anywhere?
There are three different avatars created when you upload an avatar: Large 192x192 Medium 96x96 Small 48x48 I can see where the Medium and Small avatars are being used, but I cannot locate where the Large avatar is used. Is it being used anywhere?
AndyB Well-known member Apr 8, 2013 #3 Hi Lycaon, Interesting, on my forum the member card shows the Medium size avatar. Upvote 0 Downvote
Lycaon Well-known member Apr 8, 2013 #5 AndyB said: Hi Lycaon, Interesting, on my forum the member card shows the Medium size avatar. Click to expand... Are you using the default style? This is the code HTML: <img src="{xen:helper avatar, {$user}, l}" alt="" style="{xen:helper avatarCropCss, $user}" /> And changing th 'l' to m or s changes the avatar size. Attachments medium.webp 12.3 KB · Views: 7 large.webp 19.4 KB · Views: 7 small.webp 9.8 KB · Views: 7 Upvote 0 Downvote
AndyB said: Hi Lycaon, Interesting, on my forum the member card shows the Medium size avatar. Click to expand... Are you using the default style? This is the code HTML: <img src="{xen:helper avatar, {$user}, l}" alt="" style="{xen:helper avatarCropCss, $user}" /> And changing th 'l' to m or s changes the avatar size.
AndyB Well-known member Apr 8, 2013 #6 Okay found the setting that changes the member card image size. ACP -> Home -> Options -> Attachment Thumbnail Dimensions -> 192 I changed it from the default of 100 to 192. Upvote 0 Downvote
Okay found the setting that changes the member card image size. ACP -> Home -> Options -> Attachment Thumbnail Dimensions -> 192 I changed it from the default of 100 to 192.
P Paul B XenForo moderator Staff member Apr 8, 2013 #7 Umm, that has nothing to do with member cards and avatars. That is the thumbnail size of attached images. Upvote 0 Downvote
Umm, that has nothing to do with member cards and avatars. That is the thumbnail size of attached images.
J James Well-known member Apr 8, 2013 #8 AndyB said: Okay found the setting that changes the member card image size. ACP -> Home -> Options -> Attachment Thumbnail Dimensions -> 192 I changed it from the default of 100 to 192. Click to expand... You need to change it in the template, it'll have size="m" in <xen:avatar />, change it to size="l". Upvote 0 Downvote
AndyB said: Okay found the setting that changes the member card image size. ACP -> Home -> Options -> Attachment Thumbnail Dimensions -> 192 I changed it from the default of 100 to 192. Click to expand... You need to change it in the template, it'll have size="m" in <xen:avatar />, change it to size="l".
AndyB Well-known member Apr 8, 2013 #9 Brogan said: Umm, that has nothing to do with member cards and avatars. That is the thumbnail size of attached images. Click to expand... I stand corrected. I put it back to 100 and tried again, now the member card is 192x192. Not sure why it was showing 96x96 before. Upvote 0 Downvote
Brogan said: Umm, that has nothing to do with member cards and avatars. That is the thumbnail size of attached images. Click to expand... I stand corrected. I put it back to 100 and tried again, now the member card is 192x192. Not sure why it was showing 96x96 before.
AndyB Well-known member Apr 8, 2013 #10 James said: You need to change it in the template, it'll have size="m" in <xen:avatar />, change it to size="l". Click to expand... Not sure which template you're referring to, but the member card now shows 192x192 and I didn't need to edit any templates. Upvote 0 Downvote
James said: You need to change it in the template, it'll have size="m" in <xen:avatar />, change it to size="l". Click to expand... Not sure which template you're referring to, but the member card now shows 192x192 and I didn't need to edit any templates.
J James Well-known member Apr 8, 2013 #11 AndyB said: Not sure which template you're referring to, but the member card now shows 192x192 and I didn't need to edit any templates. Click to expand... If you didn't change anything, perhaps it was always 192x192. Upvote 0 Downvote
AndyB said: Not sure which template you're referring to, but the member card now shows 192x192 and I didn't need to edit any templates. Click to expand... If you didn't change anything, perhaps it was always 192x192.