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>
|