A brief how-to on resizing comment images on !!SKEMNINE!! profiles
Notes
paste this in the bottom of your customize profile section, adjust the numbers to your liking.
in IE, I don't recommend anything beyond 20px because if someone leaves a smiley or something small it'll stretch it out, because IE doesn't support max-width:;.
Code:
.37182{resize comment images in FF}
.commentMess img, .commentMess a img, .commentMess embed{
max-width: 300px;
}
.37182{resize comment images in IE}
* html .commentMess img, .commentMess a img, .commentMess embed{
width: 20px;
}