bowenli
11 years agoAce
how to get avatar max image width setting from a different skin
Suppposed that:
There are 2 skins in the community:
in Skin A :
Max. Avatar width: 60px;
In Skin B:
Max. Avatar width: 100px;
Steps:
1. change avatar image by uploading an image from compunter.
2. run API call "restapi/vc/users/id/XXX/profiles/avatar/size/message"
Result:
API shows that the avatar message max-width is set to be 60px,which is the setting in Skin A.
Question:
I want the max-width setting from Skin B , could I achieve this goal?