• Resolved thedailymel

    (@thedailymel)


    LOVE this theme! However, I seem to be having an issue with resized images. I’m linking to photos in my Coppermine album and using the Advanced Photo Settings in WordPress to scale them down. However, they aren’t actually scaling down using the Sugar & Spice theme, but it works fine in other themes. As an example, in my latest post, I have the initial image scaled down to 240×240 in the code, but when I view my site, the original 400×400 image is showing instead. Here’s the link to the sample post. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author alex27

    (@alex27)

    Hello!

    It seems there’s a bug in style.css, line 152, where it says:

    .widget img, .page-content img, .entry-content img, .comment-content img{
        max-width:100%;
        height:auto;
        width: auto; /* IE 8 */
    }

    I need to remove the last line – width: auto
    You can either wait for next update to fix, or edit style.css yourself (this one is ok, since I’ll be making this change in next update).

    Thread Starter thedailymel

    (@thedailymel)

    Thanks, that fixed it!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Scaled images’ is closed to new replies.