Michael Moderator
Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
pmvForum | Remove Avatar Max Size (15th Mar 08 at 10:28pm UTC) | | 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 | |
|