Quote:
Originally Posted by Gemma
Open the v3arcade_scorebit template and search for
Code:
<img src="{vb:raw score.useravatar}" align="{vb:stylevar left}" class="v3_gameicon" alt="" {vb:raw score.avdimensions}/>
Replace it with
Code:
<img src="{vb:raw score.useravatar}" align="{vb:stylevar left}" class="v3_gameicon" alt="" height="50"/>
You can change the 50 to whatever you want
|
The avatar/user image under "LOGGED IN AS" is the one that is mis-sized (too large).
Would this be the code that also fixes that? I tried it and it doesnt seem to have an impact.
Thanks!
Doc