XenForo
Administrative
- Thread starter
- Admin
- #1
If I wish to upload a 100x100 px Avatar through the API, will changing
Code:
Read more
ادامه مطلب...
@_avatarBaseSize: 96px;
to @_avatarBaseSize: 100px;
in setup.less mean that the avatar will not be resized in the "m" folder?Code:
Code:
// AVATARS
@_avatarBaseSize: 100px; // originally => @_avatarBaseSize: 96px;
@avatar-xxs: (@_avatarBaseSize) / 4;
@avatar-xs: (@_avatarBaseSize) / 3;
@avatar-s: (@_avatarBaseSize) / 2;
@avatar-m: (@_avatarBaseSize);
@avatar-l...
Read more
ادامه مطلب...