Hi,

Your theme has not been updated to use the new image scaling features properly. WordPress 2.5+ allows themes to specify the width of their main content area. The reason for this is that commonly posting straight like photos and then getting annoyed when their images made the blog super wide. For this you have to do add this code in theme’s functions.php to make it compatible:

$GLOBALS['content_width'] = 800;

Replace 800 with the maximum width you want to allow an image to be in the main blog area.

Thanks,

Shane G.

Popularity: 1%

Related posts:
  1. Case Study: Image Alignment Problem In WordPress Blog Hi, I have encountered a problem today in my wordpress...
  2. Case Study: Image Upload Problem In WordPress Blog Hi, Problem Summary: When trying to upload image/video to the...
  3. How To Display Full Post Instead Of Partial In WordPress Blog? Hi, Sometimes in wordpress blog, content display is depends on...
  4. Case Study: When submit a comment on a post Window goes blank Hi, Problem: When anyone tries to comment on a post,...
  5. Case Study: Can Not Publish A Post – WordPress Blog Hi, Problem Summary: I have setup the wordpress blog and...

Leave a Reply

You must be logged in to post a comment.