Hi,
sorry for late reply.
BIG
when you use {user avatar_mini} the system load avatar thumbs without styles, so you need to add some CSS rule to fit your image
ROUND
Easy Profile not apply any style, it use Bootstrap Classes. Avatar image have as default CSS classes these:
- avatar - this become from alias of field, for example if you create a image field with alias "testimage" than this image will have "testimage" class
- img-circle - this become from paramter Class attribute into field paramters, for avatar field is a default value (see screenshot)
img-circle is a standard bootstrap class that make rounded your image, so I think in your CSS fields missing this class.
Anyway, please post me your site link, we will send you CSS code to add at your site