|
Auto-adjust avatars that are too big - Printable Version +- MFGG Forums (https://forums.mfgg.net) +-- Forum: MFGG (https://forums.mfgg.net/forumdisplay.php?fid=4) +--- Forum: Suggestions (https://forums.mfgg.net/forumdisplay.php?fid=11) +--- Thread: Auto-adjust avatars that are too big (/showthread.php?tid=3543) |
Auto-adjust avatars that are too big - littlelum - 05-29-2026 I noticed that sometimes there are avatar images that are really big. It would be nice if they were automatically resized to a smaller size. That way, they don't disrupt the layout. RE: Auto-adjust avatars that are too big - littlelum - 07-11-2026 In addition to layout issues, some avatars are a really high resolution for no good reason. It would be very helpful if there was a way to automatically downscale avatars that are really big, so that the page loads quicker. Plus, it will help prevent my browsers cache from ballooning in size. RE: Auto-adjust avatars that are too big - DogToon64 - 07-13-2026 As funny as it may look, I seriously do agree with littlelum on this. RE: Auto-adjust avatars that are too big - VinnyVideo - 07-13-2026 The CSS should automatically adjust oversized avatars. If you upload an avatar for us to host, there's a size limitation defined in the Admin Control Panel. I haven't tested this thoroughly, but I think problems sometimes arise when people use a script for dynamically generating avatars. This might work fine if the FancyBox plugin wasn't enabled. RE: Auto-adjust avatars that are too big - Hyper - 07-16-2026 If I got all the time in my hands I could help out. But yeah, probably has to do with the responsive CSS I wrote years ago. I think a better solution is to create a parent div container with a fixed size to contain the avatar. RE: Auto-adjust avatars that are too big - DogToon64 - 07-28-2026 Say, I just noticed that there is a setting for resizin' an avatar if it's too large when uploadin' an avatar, but not when usin' a URL to it. Could that be what's causin' the issue? RE: Auto-adjust avatars that are too big - VinnyVideo - 07-28-2026 @DogToon64 Yeah, I think that's the issue here. RE: Auto-adjust avatars that are too big - DJ Coco - 07-29-2026 Well, URLs aren't hosted on our server so it's not needed to resize them, and also not possible. But for displaying them there should be some CSS that resizes them... that should be fairly doable, no? RE: Auto-adjust avatars that are too big - VinnyVideo - 07-30-2026 @DJ Coco There is CSS for resizing avatars, but I believe a certain plugin is interfering with that CSS. So we have a weird interaction between dynamically-generated avatars and the FancyBox plugin. I'd have to test this theory in a sandbox environment to confirm though. |