[RSS Feed/News] Will changing @_avatarBaseSize: in setup.less prevent resizing through API?

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
If I wish to upload a 100x100 px Avatar through the API, will changing @_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

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom