Is there a definite dimension for avatars in botpr...
# 🤝help
i
I tried many dimensions either they are too huge or too small.
w
I think the best is to have a squared icon
But i don't know the ideal size
i
I tried the rounded cropped one. It works in the style sheet when the widget size is 52. I saved it and took the configured code to my website. It does appear as 30 not 52. Any help?
help still needed
w
300*300 works perfectly
i
It couldn't exceed 52 by any means and when integrated, it's only 30
It doesn't reflect here.
w
okay that's more clear 😉
you have to use css for this
that's not mandatory, but that works
Copy code
.bpw-floating-button {
    background-image: url('img.png');
     background-repeat: no-repeat;
  background-size: 110% 310%;
  background-position: center center;
}
smth like this
i
Thanks, I'll try
w
hi 🙂 maybe try to play with the css of the bot, find a better class to target maybe
e
It worked with another class! Thanks @wooden-beard-40210
w
Nice !