You are not logged in.

  • »imvucodes« is a verified user
  • "imvucodes" started this thread

Posts: 130

Location: Interwebs

Occupation: Serving code snippets non stop.

  • Send private message

1

Monday, July 12th 2010, 2:36pm

Bigger AviPic *revised*

Makes your own avatar picture bigger. Adjust the number to fit your needs. Just change the number on the very left (currently saying 320px). Dont leave out the quotes! This codes works fine in aboutmepanel!

This code might not work probably with a bling/badge enabled page!

Source code

1
2
3
4
<script type="text/javascript">
var copiedfrom='www.imvucodes.net';
document.getElementById('avBigPic').getElementsByTagName('img')[0].style.width='320px';
</script>

Similar threads

Rate this thread