BUG - Profile Avatar Looks Terrible
Using Jamroom
Brian attempted to explain the issue above, and I understand - when he says:
Please put yourself in "our shoes" - look at this from a "non-technical" simple new user point of view:
- New User goes to www.SoftArt.club
- They SignUp using Google Authentication
- On their mobile , they goto see their new profile
- Their new profile image looks terrible (SEE Attached Image from Mobile Profile)
-----
The user does not understand who is at "fault", or all the technical jargon above.
The user says wow - my new profile looks really bad (and that makes us at SoftArt look bad)
--
It really is simply a bad experience for the user, so to close this thread as "solved" leaves us in a bind.
We did not write the code for the Ninja skin, and we are not responsible for this bug.
OneAll and Google Auth are industry standards, we must seamlessly integrate with them.
Are we going to blame Google?
--
This is about improving the user experience, not about blame game, just trying to find a solution:
--
Our www.SoftArt.club JR network relies on seamless integration with OneAll, including always ensuring the profile images look great. After G+ goes down, OneAll stated above, they will upgrade to new Google Auth, so the solution below should still work.
--
Possible Solution: Update the OneAll module code :
- Check the resolution of image pulled from OneAll
- Does it meet minimum profile avatar requirement of 512x512 ?
- If Yes - then use the OneAll image for user profile image - it should look great.
- If No - then do not use the OneAll image, just use default profile image.
updated by @softdesigns: 03/17/19 08:56:11PM