I have been looking for the right class for a change I want to make for a while now.
The above code also applies to the avatars in the private messages. But I am only looking for the class display in ucp "edit avatar"
All avatars should be uploaded at 400px x 400px or generated by the avatar generator to make the most of the image quality. But I use css to display them at 100 pixels on the forum.
So I'm just looking for the one piece of css in the ucp.
Edit:
In the meantime I keep searching, and once I posted my message I suddenly found it.
This seems to work:
![Image]()
Code:
.cp-main .avatar {height: 100px;width: 100px;}Code:
#ucp .avatar {height: 100px;width: 100px;}All avatars should be uploaded at 400px x 400px or generated by the avatar generator to make the most of the image quality. But I use css to display them at 100 pixels on the forum.
So I'm just looking for the one piece of css in the ucp.
Edit:
In the meantime I keep searching, and once I posted my message I suddenly found it.
This seems to work:
Code:
form#ucp .avatar{height: 100px;width: 100px;}
Statistics: Posted by bennybernaer — Fri May 16, 2025 9:26 am