Corrected very large images skewing page layout in public logs (might need to do this for personal logs too). Image width will now display no wider than 800px and the height is contrained with:
PHP Code:
($width / 800) * $height
If original image width is equal to or less than 800px, image size is not changed.