View Single Post
Old 07-25-2014, 03:13 PM   #6
getbak
Franchise Player
 
getbak's Avatar
 
Join Date: Feb 2006
Location: Calgary, AB
Exp:
Default

Ah, those images are in table cells without a defined width, so the max-width screws them up.

Try this:
Code:
.alt1 img {
	max-width: 100%;
}
That will only affect images in the message display fields. I tested it in Chrome and it seems to work without affecting the icons.
__________________
Turn up the good, turn down the suck!
getbak is offline   Reply With Quote