Hi, you should have a template override for easy profile, so on your HTML I see for avatar container something like this style:
display: inline-block; position: relative; margin: 0px 10px 0px 0px; padding: 0px; max-width: 100%; max-height: none;
width: 50px; height: 50px; float: left; border: 1px solid rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.498039) 0px 1px 4px, rgba(0, 0, 0, 0.0980392) 0px 0px 40px inset; transition: all 0.5s ease, width 0ms, height 0ms; -webkit-transition: all 0.5s ease, width 0ms, height 0ms; background-image: url(
http://www.3optionsrealty.com/images/profiler/avatar134mini_295c63cf58209a91f622e0eae13f13f7.jpg); background-position: 50% 50%; background-repeat: no-repeat;
Still your container have a class "cis-styled-image" and in your HTML there is a CSS statement:
.cis-styled-image {
background-size: 100% 100%;
}
So your image are always 50x50 pixel independently from real size.
I found this from your site link in another post