Quote:
	
	
		| 
					Originally Posted by photon  I'm sure it's fixable, just not sure how.  I don't know a whole lot about HTML/CSS/Javascript these days. | 
	
 
I took a quick look, and if you add this line to the end of the dark style's css (comes across as style-9da96d00-00009.css to my local browser):
	Code:
	div[id^=post_message_] img { max-width: 100%; height: auto; }
 
that should fix the image resizing issue. The line should be safe to add since it is the last line in the non-dark style's css.
Image before the change
Image after the change