Bug Fix for Image Sizing in Suffusion 4.4.0

It seems like one rather nasty bug slipped through the cracks in 4.4.0. These are the symptoms: when you upgrade, you might suddenly start seeing your images stretched to the full width of your post, not respecting any custom width that you have specified for them.

The fix is very easy:

  1. Open style.css. You can do so from your WP Dashboard by going to Appearance → Editor and selecting style.css for editing. Alternatively you can use FTP to modify the file locally and load it back to the server.
  2. Look for this code:
    .entry img {
        max-width: 100%;
        width: auto;
    }
  3. Change it to:
    .entry img {
        max-width: 100%;
    }
  4. Save the changes.

That’s it – the images should show up correctly. My apologies for any alarms that this might have caused you. I have already fixed it and submitted a patch.

4 Responses to “Bug Fix for Image Sizing in Suffusion 4.4.0”

  1. Thanks for a wonderful theme, Sayontan! I am having a problem, perhaps resulting from the upgrade? My slideshows are not loading. They just keep waiting indefinitely to load. Could you help me fix it, please? Thanks!
    Lisa

  2. Thank you for posting this. Just got around to updating the theme and was wondering why my images on the contact page were going nuts!

    Awesome theme, great job.