Jump to content

4.0.0 - Show full Profile Picture (Get rid of the idiotic circle crop)


Ontario

Recommended Posts

So I have confirmed that the Gifs work, they just get broken during the upgrade, which means manual replacement.

 

I just need to figure out how to allow the full view of the profile picture as as per the settings in the member group profile  No point is saying you are allowed XX, then crop it.

Link to comment
Share on other sites

You'll have to edit your style's CSS for that. There are three different elements controlling the size of displayed avatars across the site. For example, if you'd like to make the avatars next to posts bigger (the ones that you can see here), you'll have to search for the 

.ipsUserPhoto_large

in your CSS. Best practice would be to copy the entire block

.ipsUserPhoto_large img {
	width: 130px;
	height: 130px;
	{{if theme.rounded_photos}}
		border-radius: 45px;
	{{endif}}
}

and place it into custom.css file. Then set the width and height values you want with in custom.css. As you can see, I've set this one to 130x130 (default is 90x90). You'll have to test and see what fits best with the theme you are having (as in too large avatars are most likely going to annoy your users).

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...