cstone
8 years agoAce
How to edit skin properties via the SDK
I am developing our community using the SDK. I notice in Studio, the ability to modify "Max. Avatar width (Message (px))", for example, like this: This seems to result in the image itse...
- 8 years ago
Hello,
You can do this by adding following code to your skin.properties:
size.pixel.avatar_message_w = your avatar size (int)
size.pixel.avatar_message_h = your avatar size (int)Kind regards,
Bart