The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Scheduled Task - Rebuild Avatar?
Hi,
I am trying to make a scheduled task that rebuilds the avatar thumbnails, due to a workaround to make avatars larger in the postbit, however this ends up https://speedtest.vet/ https://vidmate.bid/ making fresh avatars look badly compressed. I don't really understand how to write a Scheduled Task, and I have no idea where to start. So any help would be appreciated! |
#2
|
|||
|
|||
Hello, DylanMateo
You can do this in CSS. However, you'll be resizing a smaller image so there can be some artifacting. Browsers aren't the best at resizing images. Visit your site. Turn on Edit Site. Click Style in the Site Builder Menu. Then select the CSS Editor tab. Enter in the code below, adjust as needed. Code: .b-userinfo .b-avatar, .b-userinfo .b-avatar img { max-height: 128px; max-width: 128px !important; width: 128px; height: 128px; } |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|