Auto resize images that are to large for blog posts using css (example using blogengine) 08 September 2011 Shawn-Hyde How To Guides, Quick Tips (0) Add the following line to your style.css file in your theme directory. #content img { max-width:100%; height:auto; }