[RSS Feed/News] Can someone show me how to insert this code into my message_macros?

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
I'm trying to change my avatar sizes with this:

.avatar.avatar--o {
max-width: 175px;
width: 150px;
height: auto;
max-height: 250px;
}

<xf:macro name="user_info"
arg-user="!"
arg-fallbackName="">

<section itemscope itemtype="https://schema.org/Person" class="message-user">
<div class="message-avatar {{ ($xf.options.showMessageOnlineStatus && $user && $user.isOnline()) ? 'message-avatar--online' : '' }}">
<div...
Click to expand...

Read more

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