Shrink avatars in media gallery comments?

Alexander Firth

Active member
mediagalleryavatar.webp

How would I go about sticking that avatar back in its place? I'm using Big Tall Avatars, and I'm guessing there's an extra bit of CSS I need that's related to the media gallery?
 
You would need to ask for support with that from the author of that.

There may be other Gallery users in the discussion thread who have already solved that issue.
 
Just a head's up, there might be something in this:

https://xenresources.com/threads/bigavatar-problem.96/#post-801

That particular post is very old and certainly there have been a number of changes in the Gallery which may make it no longer work. I'm assuming that's a slightly modified version of the Big and Tall avatar CSS, I'm not entirely sure. Certainly the only line there specific to the Gallery seems to be this:

Code:
.xengallery_view .messageUserInfo a.avatar img

That line would now probably be:

Code:
.mediaComments .messageUserInfo a.avatar img
 
Just a head's up, there might be something in this:

https://xenresources.com/threads/bigavatar-problem.96/#post-801

That particular post is very old and certainly there have been a number of changes in the Gallery which may make it no longer work. I'm assuming that's a slightly modified version of the Big and Tall avatar CSS, I'm not entirely sure. Certainly the only line there specific to the Gallery seems to be this:

Code:
.xengallery_view .messageUserInfo a.avatar img

That line would now probably be:

Code:
.mediaComments .messageUserInfo a.avatar img
Perfecto, thanks!
 
Top Bottom