Plugin Support
Youzify
(@kainelabsteam)
Hello @okeoce,
Hope you are doing good.
Please consider adding this CSS to your site:
.youzify-profile-img img {
max-width: 100% !important;
max-height: 100% !important;
}
Check this topic on how to add CSS to your site through Youzify:
https://kainelabs.ticksy.com/article/16375/
Let me know if that solved the issue 🙂
Best Regards, KaineLabs Team.
Thread Starter
okeoce
(@okeoce)
Hi there. Yes, it did the trick! Awesome!
I’ve also added on global setting the snippet for group and members avatar.
Here it is for anyone who might need it.
.youzify-item-avatar img {
max-width: 100% !important;
max-height: 100% !important;
}
For member avatar
.youzify-group-avatar img {
max-width: 100% !important;
max-height: 100% !important;
}
For group avatar
Thank you so much KaineLabs Team!
-
This reply was modified 5 years, 2 months ago by
okeoce.
Plugin Support
Youzify
(@kainelabsteam)
Hello @okeoce,
Thanks for your reply.
Happy it worked for you, and thanks a lot for sharing the solution of other elements that so kind of you and it would be so helpful for other users.
You are so welcome.
Stay safe and have a great day 🙂
Best Regards, KaineLabs Team.