Icon and Account picture should not be resized automatically
Hi there!
I just noticed that icons that are smaller than 32x32 are also resized.. Same with account picture..
Those should only be resized if they are larger than the maximum allowed size.. Otherwise I need to edit the pictures before using them and make smaller images larger to avoid the bad quality after Vanilla resized them :(
0
This discussion has been closed.
Comments
<div class="Comment"> <div class="CommentAuthor"> <a href="account.php?u=1"><span></span>mark</a> </div> <div class="CommentTime">8 minutes ago</div> ... </div>And then the following css:.CommentAuthor a { display: block; /* other font styling css here */ } .CommentAuthor a span { display: block; height: 32px; width: 32px; background: url(myimage.png) no-repeat center center; margin-right: 4px; }That should do it, but I'll throw together a test page when I get home to demonstrate it.<div class="CommentIcon"> <a href="#"> <img src="link/to/icon.gif" height="32" width="32" alt="" border="0" /> </a> </div>