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. What is Maximum Rating to Wordpress blog? Maximum rating is like a grade to your blog. This...
  2. Case Study: Image Alignment Problem In Wordpress Blog Hi, I have encountered a problem today in my wordpress...
  3. Plugin: GD Star Rating Hi, GD Star Rating plugin allows you to set up...
  4. How To Display Full Post Instead Of Partial In Wordpress Blog? Hi, Sometimes in wordpress blog, content display is depends...
  5. Case Study: Image Upload Problem In Wordpress Blog Hi, Problem Summary: When trying to upload image/video to the...

Leave a Reply

You must be logged in to post a comment.