* adjust the max image size.

This commit is contained in:
wangchunsheng
2012-04-30 06:32:45 +00:00
parent 591f918a98
commit 582e594adf
+1 -1
View File
@@ -522,7 +522,7 @@ function setImageSize(image, maxWidth)
if(!maxWidth)
{
bodyWidth = $('body').width();
maxWidth = bodyWidth - 420; // The side bar's width is 336, and add some margins.
maxWidth = bodyWidth - 450; // The side bar's width is 336, and add some margins.
}
$('.content img').each(function()
{