03-28-2024, 11:27 PM
September 4th, 2005
The default size for avatar uploads is very small and the display size on the page is way too tiny.
Avatar settings can be changed under: Admin CP > Configuration > Board Settings > Profile Options
I created a CSS file under the forum theme control panel and applied the following code to make avatars display larger:
The current avatar size limit is 1024x1024.
The default size for avatar uploads is very small and the display size on the page is way too tiny.
Avatar settings can be changed under: Admin CP > Configuration > Board Settings > Profile Options
I created a CSS file under the forum theme control panel and applied the following code to make avatars display larger:
Code:
div.author_avatar img {
width: 100%;
height: 100%;
}The current avatar size limit is 1024x1024.

