Is there a way (official or mod) to increase avatar size in postbit in vB5 ?
Announcement
Collapse
No announcement yet.
Is there a way to increase avatar size in postbit in vB5 ?
Collapse
X
-
There is no official method to change this. You can use custom CSS to edit the rendered size of the image. Maybe something like:
Code:.b-avatar--m > img { max-height: 128px; max-width: 128px !important; }
Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API
- 1 like
-
Originally posted by Wayne Luke View PostThere is no official method to change this. You can use custom CSS to edit the rendered size of the image. Maybe something like:
Code:.b-avatar--m > img { max-height: 128px; max-width: 128px !important; }
Comment
-
You'll have to inspect your CSS and adjust the positioning accordingly.Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API
- 1 like
Comment
-
Originally posted by Ahmed Nabil View Post
thanks for reply, but it only increase size of avatar by a small bit (even with bigger values written), and somewhat the avatar is mal-positioned
Try paste this into you css_additional.css
style manager> style name> edit templates> CSS Templates> css_additional.css
.b-avatar--m {
height: 128px;
width: 128px;
}
.b-avatar--m > img {
height: 128px;
width: 128px;
}Get Our New Flat Theme Pro Pack or Grab all 34 vb5.5.4 skins @sultantheme.com -vb3 responsive style or vb4 responsive style and vbcloud custom style
- 1 like
Comment
-
Could you try adding the following codes to the css_additional.css template in the style you are using?
Code:.l-desktop .b-avatar--thread { height: 128px; width: 128px; border: 0; } .l-desktop .b-avatar--thread > img { max-height: 128px; max-width: 128px !important; width: 128px; height: 128px; }
- 2 likes
Comment
Related Topics
Collapse
-
by SteedPubIs there a way to get the avatars to display larger on forum posts? They are scaled down from original size quite a bit. Cannot find a setting anywhere in the options or style vars.
-
Channel: Support Issues & Questions
Sat 15 Jun '13, 4:53pm -
-
by hollyboyAfter upgrading to vb5 my users are asking to increase the avatar's size.
I have done a search but could not find an official answer.
Please help...-
Channel: Support Issues & Questions
Sat 17 Mar '18, 4:41pm -
-
by fholbertI've made several changes to Usergroup Manager / Register Users trying to get a larger Avatar on the message page but the size doesn't change. Currently I have 400 pixels by 400 pixels and 600,000 bites...1 Photo
-
Channel: Support Issues & Questions
Sun 17 Jul '16, 11:35am -
-
by NintenexDoes anyone have the CSS code for Increased Avatar sizes? One that works all around the board except the online list....
-
Channel: vB Cloud Support & Troubleshooting.
Sun 25 Nov '18, 4:28am -
-
by suttoHi Guys,
I've noticed with vb5 that avatars are being re-sized down to ~64x64 regardless of what permissions have been granted to the usergroup.
For instance, the Admin usergroup...-
Channel: Support Issues & Questions
Thu 6 Jun '13, 12:45am -
Comment