Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
if not pls add. i have sigs disabled but I don't want to disable avatars, but certain people's avatars take so much space for no reason
like HUMMERZ
e - im guessing this would be an option somewhere in the user's profile
Offline
I don't want to disable avatars, but certain people's avatars
@Subzero
if you have adblock or ublock(i use ublock) you can right click -> block element
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
Maximum avatar limit is 184×184 pixels. I mean, some users like him might hack it and bypass it.
Time before becoming a Member - Leaderboard
1. Whirl - 9 months
2. KirbyKareem - 8 months
3. pwnzor - 2.4 months
4. MWstudios - 2 months
5. ILikeTofuuJoe - 1.5 months
Piskel is the best GIF maker I've seen
HG's signature for me - Anatoly's signature for me
The Mashed Potatoes Song - The longest post on EE forums - Play my Minesweeper
Offline
Maximum avatar limit is 184×184 pixels. I mean, some users like him might hack it and bypass it.
"like him" -- can you clarify who you might be slandering here? I haven't run into an avatar larger than the 184x184 requirement.
Offline
this would be nice because like hummerz5's avatar is literally transparent and its dumb and wastes space
EDIT: no offense
Offline
this would be nice because like hummerz5's avatar is literally transparent and its dumb and wastes space
EDIT: no offense
ikr. just a ton of nothing is useless.
Offline
this would be nice because like hummerz5's avatar is literally transparent and its dumb and wastes space
EDIT: no offense
fair, but I could argue the same thing about your avatar. Regardless, our signatures still take up the vertical height and the left pane is still a fixed with so your complaints make no difference in the grand scheme of the layout anyhow
edit: except when sigs are disabled I suppose.
Offline
John wrote:this would be nice because like hummerz5's avatar is literally transparent and its dumb and wastes space
EDIT: no offense
fair, but I could argue the same thing about your avatar. Regardless, our signatures still take up the vertical height and the left pane is still a fixed with so your complaints make no difference in the grand scheme of the layout anyhow
edit: except when sigs are disabled I suppose.
yeah, i have sigs disabled, and i only keep avatars for quick recognition of users, but whether or not certain peoples avatars are there dont really affect the recognition of that user (especially yours, since your name is colored and the avatar is transparent anyway)
Offline
fair, but I could argue the same thing about your avatar.
mine isn't transparent???
Offline
hummerz5 wrote:fair, but I could argue the same thing about your avatar.
mine isn't transparent???
no he meant to say ur dumb and waste space
Offline
no he meant to say ur dumb and waste space
ok thanks for clarification
Offline
You can use a plugin like Styler to inject css or js to pages. If Styler doesn't work there's also other plugins for different browsers.
After you install make sure you're on the forums. Then you can paste this code into the css box:
.postavatar img{
max-width: 100px;
max-height: 100px;
}
You can change the 100px to 50px or whatever size you like.
Offline
Offline
You can use a plugin like Styler to inject css or js to pages. If Styler doesn't work there's also other plugins for different browsers.
After you install make sure you're on the forums. Then you can paste this code into the css box:
.postavatar img{ max-width: 100px; max-height: 100px; }
You can change the 100px to 50px or whatever size you like.
this one is also fun: $(".postleft a:contains('username')").parents(".postleft").find(".postavatar img").remove()
edit: though this one is better: $(".postleft .uid<user_id>").parents(".postleft").find(".postavatar img").remove()
Offline
[ Started around 1732674210.9946 - Generated in 0.162 seconds, 10 queries executed - Memory usage: 1.69 MiB (Peak: 1.9 MiB) ]