Notifications
Clear all

wpForo 1.x.x [Closed] How do I set the maximum dimensions of a profile picture inside of my website?

2 Posts
2 Users
1 Likes
750 Views
yvel
Posts: 3
 yvel
Topic starter
(@yvel)
Active Member
Joined: 2 years ago

Someone on my forum put a really large image as their profile as their profile picture and the picture was spewing on the other topics, so is there a way I could fix this glitch?

1 Reply
Chris
Posts: 3650
(@chris)
Famed Member
Joined: 3 years ago

Hi 

Add this CSS code in Custom CSS code field from Dashboard > Forums > Settings > Styles Tab:

#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-users .wpf-circle img {
    max-width: 100%;
}