Haiilo is a social intranet. It is brought to life through interaction among colleagues and also by people quickly finding like-minded people in the company. A friendly and easily recognizable profile picture definitely helps here. This puts a face to your name and allows your colleagues to see straight away who you are.
Every user can upload a photo themselves. If a user has not saved their own profile picture, Haiilo automatically creates an avatar with the user’s initials.
The following CSS code can be used for this:
Every user can upload a photo themselves. If a user has not saved their own profile picture, Haiilo automatically creates an avatar with the user’s initials.

Customize the default profile picture
If you have a different default for your company, you can change the default profile picture via CSS.The following CSS code can be used for this:
.user-avatar-empty
{
color: rgba(0,0,0,0) !important;
background-image: url('URL');
background-size: 100%;
},
Note:
We strongly recommend avoiding making any changes here if you do not have sufficient prior knowledge of programming languages.
Is it possible to read profile pictures from the Active Directory?
No, this option is not available. We’ve found that many customers don’t maintain pictures in the Active Directory and also that users want the option of using individual profile pictures. As a result, this function has not currently been implemented and is also not planned.
Can moving images be used in profile and cover pictures?
To prioritize the performance of Haiilo, moving images are converted into JPEGs when they’re uploaded. As a result, cover and profile pictures always have a non-moving image.