AI Agent Profile Picture

I am using the company logo as the AI Agent Profile picture. The logo is square but the frame is circular and cuts off the corners of the logo. Is there a way to change it? Is there some CSS I can inject that would solve this issue?

2 Likes

Hi there, @user33800 :waving_hand:

This code will do the trick:

.es-avatar-container,
.es-avatar-background {
  border-radius: revert;
}

.es-avatar-image {
  object-fit: contain;
}

Please add it to the Custom CSS field on the Settings tab of your widget’s settings and let me know if you like the result :wink:

1 Like

Wow! Worked! Thank you !

3 Likes

No sweat :wink:

1 Like