vForums Support > Programming & Coding :: Database of Codes/Hacks/Mods :: > Remove Avatar Max Size
Remove Avatar Max Size - Posted By Michael (wrighty) on 15th Mar 08 at 10:28pm
This will make it so that the avatar size will infact take the size of the image, and not the imposed 100x100px
<script>
/*Remove Avatar Max Size
Created By Wrighty*/
for(i=0;i<get('img','tag').length;i++){
if(get('img','tag')[i].alt == '[Avatar]'){
get('img','tag')[i].removeAttribute('style');
}
}
</script>
Global Footer
Re: Remove Avatar Max Size - Posted By ashkir (ashkir) on 27th Mar 11 at 12:23am
I'm so glad this still works! 3